]> git.proxmox.com Git - rustc.git/blob - src/vendor/libc/Cargo.toml
New upstream version 1.23.0+dfsg1
[rustc.git] / src / 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.33"
16 authors = ["The Rust Project Developers"]
17 description = "A library for types and bindings to native C functions often found in libc or\nother common platform libraries.\n"
18 homepage = "https://github.com/rust-lang/libc"
19 documentation = "http://doc.rust-lang.org/libc"
20 readme = "README.md"
21 license = "MIT/Apache-2.0"
22 repository = "https://github.com/rust-lang/libc"
23
24 [features]
25 default = ["use_std"]
26 use_std = []
27 [badges.appveyor]
28 repository = "rust-lang/libc"
29 project_name = "rust-lang-libs/libc"
30
31 [badges.travis-ci]
32 repository = "rust-lang/libc"