]> git.proxmox.com Git - rustc.git/blame - src/vendor/libc/Cargo.toml
New upstream version 1.20.0+dfsg1
[rustc.git] / src / vendor / libc / Cargo.toml
CommitLineData
476ff2be
SL
1[package]
2
3name = "libc"
041b39d2 4version = "0.2.26"
476ff2be
SL
5authors = ["The Rust Project Developers"]
6license = "MIT/Apache-2.0"
7readme = "README.md"
8repository = "https://github.com/rust-lang/libc"
9homepage = "https://github.com/rust-lang/libc"
10documentation = "http://doc.rust-lang.org/libc"
11description = """
12A library for types and bindings to native C functions often found in libc or
13other common platform libraries.
14"""
15
16[features]
17default = ["use_std"]
18use_std = []
19
20[workspace]
21members = ["libc-test", "libc-test/generate-files"]