]> git.proxmox.com Git - rustc.git/blame - vendor/libc/Cargo.toml
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / libc / Cargo.toml
CommitLineData
3b2f2976
XL
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
94222f64 6# to registry (e.g., crates.io) dependencies.
3b2f2976 7#
94222f64
XL
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.
476ff2be 11
3b2f2976 12[package]
476ff2be 13name = "libc"
923072b8 14version = "0.2.126"
476ff2be 15authors = ["The Rust Project Developers"]
69743fb6 16build = "build.rs"
5e7ed085
FG
17exclude = [
18 "/ci/*",
19 "/.github/*",
20 "/.cirrus.yml",
21 "/triagebot.toml",
22]
23description = """
24Raw FFI bindings to platform libraries like libc.
25"""
476ff2be 26homepage = "https://github.com/rust-lang/libc"
5869c6ff 27documentation = "https://docs.rs/libc/"
3b2f2976 28readme = "README.md"
5e7ed085
FG
29keywords = [
30 "libc",
31 "ffi",
32 "bindings",
33 "operating",
34 "system",
35]
36categories = [
37 "external-ffi-bindings",
38 "no-std",
39 "os",
40]
69743fb6 41license = "MIT OR Apache-2.0"
3b2f2976 42repository = "https://github.com/rust-lang/libc"
5e7ed085 43
94222f64 44[package.metadata.docs.rs]
5e7ed085
FG
45features = [
46 "const-extern-fn",
47 "extra_traits",
48]
49
69743fb6
XL
50[dependencies.rustc-std-workspace-core]
51version = "1.0.0"
52optional = true
476ff2be
SL
53
54[features]
b7449926 55align = []
dfeec247 56const-extern-fn = []
416331ca 57default = ["std"]
532ac7d7 58extra_traits = []
5e7ed085
FG
59rustc-dep-of-std = [
60 "align",
61 "rustc-std-workspace-core",
62]
416331ca
XL
63std = []
64use_std = ["std"]