blob: 20b6db46d791227acc188ec1c4622a66e9d5e9b9 [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"
Joel Galenson50683672021-04-08 10:31:43 -070015version = "0.2.93"
Alex Crichton68fe98b2015-01-13 07:53:42 -080016authors = ["The Rust Project Developers"]
Isaac Woods79c80c42018-09-17 19:33:52 +010017build = "build.rs"
Haibo Huang4e6868a2020-12-07 21:09:00 -080018exclude = ["/ci/*", "/.github/*", "/.cirrus.yml", "/triagebot.toml"]
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"
Haibo Huang4e6868a2020-12-07 21:09:00 -080021documentation = "https://docs.rs/libc/"
Chih-Hung Hsiehe5870cf2019-10-25 17:35:48 -070022readme = "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"]