]> git.proxmox.com Git - rustc.git/blob - vendor/libc/Cargo.toml
New upstream version 1.44.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 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]
14 name = "libc"
15 version = "0.2.69"
16 authors = ["The Rust Project Developers"]
17 build = "build.rs"
18 exclude = ["/ci/*", "/azure-pipelines.yml"]
19 description = "Raw FFI bindings to platform libraries like libc.\n"
20 homepage = "https://github.com/rust-lang/libc"
21 documentation = "http://doc.rust-lang.org/libc"
22 readme = "README.md"
23 keywords = ["libc", "ffi", "bindings", "operating", "system"]
24 categories = ["external-ffi-bindings", "no-std", "os"]
25 license = "MIT OR Apache-2.0"
26 repository = "https://github.com/rust-lang/libc"
27 [dependencies.rustc-std-workspace-core]
28 version = "1.0.0"
29 optional = true
30
31 [features]
32 align = []
33 const-extern-fn = []
34 default = ["std"]
35 extra_traits = []
36 rustc-dep-of-std = ["align", "rustc-std-workspace-core"]
37 std = []
38 use_std = ["std"]
39 [badges.azure-devops]
40 pipeline = "rust-lang.libc%20(1)"
41 project = "rust-lang2/libc"
42
43 [badges.cirrus-ci]
44 branch = "master"
45 repository = "rust-lang/libc"