]> git.proxmox.com Git - rustc.git/blame - vendor/libc/Cargo.toml
New upstream version 1.44.1+dfsg1
[rustc.git] / vendor / libc / Cargo.toml
CommitLineData
3b2f2976
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
48663c56 6# to registry (e.g., crates.io) dependencies
3b2f2976
XL
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
476ff2be 12
3b2f2976 13[package]
476ff2be 14name = "libc"
ba9703b0 15version = "0.2.69"
476ff2be 16authors = ["The Rust Project Developers"]
69743fb6 17build = "build.rs"
e1599b0c 18exclude = ["/ci/*", "/azure-pipelines.yml"]
69743fb6 19description = "Raw FFI bindings to platform libraries like libc.\n"
476ff2be
SL
20homepage = "https://github.com/rust-lang/libc"
21documentation = "http://doc.rust-lang.org/libc"
3b2f2976 22readme = "README.md"
69743fb6
XL
23keywords = ["libc", "ffi", "bindings", "operating", "system"]
24categories = ["external-ffi-bindings", "no-std", "os"]
25license = "MIT OR Apache-2.0"
3b2f2976 26repository = "https://github.com/rust-lang/libc"
69743fb6
XL
27[dependencies.rustc-std-workspace-core]
28version = "1.0.0"
29optional = true
476ff2be
SL
30
31[features]
b7449926 32align = []
dfeec247 33const-extern-fn = []
416331ca 34default = ["std"]
532ac7d7 35extra_traits = []
69743fb6 36rustc-dep-of-std = ["align", "rustc-std-workspace-core"]
416331ca
XL
37std = []
38use_std = ["std"]
ba9703b0
XL
39[badges.azure-devops]
40pipeline = "rust-lang.libc%20(1)"
41project = "rust-lang2/libc"
ea8adc8c 42
ba9703b0
XL
43[badges.cirrus-ci]
44branch = "master"
ea8adc8c 45repository = "rust-lang/libc"