blob: 41c07ff49c23fc4cd53bbd823cced06ef36471fa [file] [log] [blame]
Chih-Hung Hsiehe5870cf2019-10-25 17:35:48 -07001# 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
6# to registry (e.g., crates.io) dependencies
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)
12
Alex Crichton68fe98b2015-01-13 07:53:42 -080013[package]
Alex Crichton68fe98b2015-01-13 07:53:42 -080014name = "libc"
Matthew Maurere9a2a712020-01-02 15:36:15 -080015version = "0.2.66"
Alex Crichton68fe98b2015-01-13 07:53:42 -080016authors = ["The Rust Project Developers"]
Isaac Woods79c80c42018-09-17 19:33:52 +010017build = "build.rs"
Matthew Maurere9a2a712020-01-02 15:36:15 -080018exclude = ["/ci/*", "/azure-pipelines.yml"]
Chih-Hung Hsiehe5870cf2019-10-25 17:35:48 -070019description = "Raw FFI bindings to platform libraries like libc.\n"
20homepage = "https://github.com/rust-lang/libc"
21documentation = "http://doc.rust-lang.org/libc"
22readme = "README.md"
23keywords = ["libc", "ffi", "bindings", "operating", "system"]
24categories = ["external-ffi-bindings", "no-std", "os"]
25license = "MIT OR Apache-2.0"
26repository = "https://github.com/rust-lang/libc"
27[dependencies.rustc-std-workspace-core]
28version = "1.0.0"
29optional = true
Alex Crichton91bd0792018-11-19 22:14:05 -080030
Alex Crichton2c57e362015-09-15 17:30:53 -070031[features]
Linus Färnstrand6abe0b52018-07-17 20:12:59 +020032align = []
Matthew Maurere9a2a712020-01-02 15:36:15 -080033const-extern-fn = []
Chih-Hung Hsiehe5870cf2019-10-25 17:35:48 -070034default = ["std"]
gnzlbga17a91c2019-02-07 11:37:21 +010035extra_traits = []
Chih-Hung Hsiehe5870cf2019-10-25 17:35:48 -070036rustc-dep-of-std = ["align", "rustc-std-workspace-core"]
37std = []
38use_std = ["std"]
39[badges.appveyor]
40project_name = "rust-lang-libs/libc"
41repository = "rust-lang/libc"
Alex Crichton739edbc2016-10-08 11:33:09 -070042
Chih-Hung Hsiehe5870cf2019-10-25 17:35:48 -070043[badges.travis-ci]
44repository = "rust-lang/libc"