]> git.proxmox.com Git - rustc.git/blob - vendor/libc/Cargo.toml
New upstream version 1.62.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.125"
15 authors = ["The Rust Project Developers"]
16 build = "build.rs"
17 exclude = [
18 "/ci/*",
19 "/.github/*",
20 "/.cirrus.yml",
21 "/triagebot.toml",
22 ]
23 description = """
24 Raw FFI bindings to platform libraries like libc.
25 """
26 homepage = "https://github.com/rust-lang/libc"
27 documentation = "https://docs.rs/libc/"
28 readme = "README.md"
29 keywords = [
30 "libc",
31 "ffi",
32 "bindings",
33 "operating",
34 "system",
35 ]
36 categories = [
37 "external-ffi-bindings",
38 "no-std",
39 "os",
40 ]
41 license = "MIT OR Apache-2.0"
42 repository = "https://github.com/rust-lang/libc"
43
44 [package.metadata.docs.rs]
45 features = [
46 "const-extern-fn",
47 "extra_traits",
48 ]
49
50 [dependencies.rustc-std-workspace-core]
51 version = "1.0.0"
52 optional = true
53
54 [features]
55 align = []
56 const-extern-fn = []
57 default = ["std"]
58 extra_traits = []
59 rustc-dep-of-std = [
60 "align",
61 "rustc-std-workspace-core",
62 ]
63 std = []
64 use_std = ["std"]