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 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 13[package] 14name = "libc" 15version = "0.2.77" 16authors = ["The Rust Project Developers"] 17build = "build.rs" 18exclude = ["/ci/*", "/azure-pipelines.yml"] 19description = "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 30 31[features] 32align = [] 33const-extern-fn = [] 34default = ["std"] 35extra_traits = [] 36rustc-dep-of-std = ["align", "rustc-std-workspace-core"] 37std = [] 38use_std = ["std"] 39[badges.azure-devops] 40pipeline = "rust-lang.libc%20(1)" 41project = "rust-lang2/libc" 42 43[badges.cirrus-ci] 44branch = "master" 45repository = "rust-lang/libc" 46