]> git.proxmox.com Git - rustc.git/blob - vendor/libc/Cargo.toml
New upstream version 1.58.1+dfsg1
[rustc.git] / vendor / libc / Cargo.toml
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]
13 name = "libc"
14 version = "0.2.107"
15 authors = ["The Rust Project Developers"]
16 build = "build.rs"
17 exclude = ["/ci/*", "/.github/*", "/.cirrus.yml", "/triagebot.toml"]
18 description = "Raw FFI bindings to platform libraries like libc.\n"
19 homepage = "https://github.com/rust-lang/libc"
20 documentation = "https://docs.rs/libc/"
21 readme = "README.md"
22 keywords = ["libc", "ffi", "bindings", "operating", "system"]
23 categories = ["external-ffi-bindings", "no-std", "os"]
24 license = "MIT OR Apache-2.0"
25 repository = "https://github.com/rust-lang/libc"
26 [package.metadata.docs.rs]
27 features = ["const-extern-fn", "extra_traits"]
28 [dependencies.rustc-std-workspace-core]
29 version = "1.0.0"
30 optional = true
31
32 [features]
33 align = []
34 const-extern-fn = []
35 default = ["std"]
36 extra_traits = []
37 rustc-dep-of-std = ["align", "rustc-std-workspace-core"]
38 std = []
39 use_std = ["std"]