]> git.proxmox.com Git - cargo.git/blob - vendor/libc/Cargo.toml
New upstream version 0.37.0
[cargo.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.60"
16 authors = ["The Rust Project Developers"]
17 build = "build.rs"
18 exclude = ["/ci/*", "/.travis.yml", "/appveyor.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 default = ["std"]
34 extra_traits = []
35 rustc-dep-of-std = ["align", "rustc-std-workspace-core"]
36 std = []
37 use_std = ["std"]
38 [badges.appveyor]
39 project_name = "rust-lang-libs/libc"
40 repository = "rust-lang/libc"
41
42 [badges.travis-ci]
43 repository = "rust-lang/libc"