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
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13name = "libc"
14version = "0.2.103"
15authors = ["The Rust Project Developers"]
16build = "build.rs"
17exclude = ["/ci/*", "/.github/*", "/.cirrus.yml", "/triagebot.toml"]
18description = "Raw FFI bindings to platform libraries like libc.\n"
19homepage = "https://github.com/rust-lang/libc"
20documentation = "https://docs.rs/libc/"
21readme = "README.md"
22keywords = ["libc", "ffi", "bindings", "operating", "system"]
23categories = ["external-ffi-bindings", "no-std", "os"]
24license = "MIT OR Apache-2.0"
25repository = "https://github.com/rust-lang/libc"
26[package.metadata.docs.rs]
27features = ["const-extern-fn", "extra_traits"]
28[dependencies.rustc-std-workspace-core]
29version = "1.0.0"
30optional = true
31
32[features]
33align = []
34const-extern-fn = []
35default = ["std"]
36extra_traits = []
37rustc-dep-of-std = ["align", "rustc-std-workspace-core"]
38std = []
39use_std = ["std"]
40