]> git.proxmox.com Git - rustc.git/blame - src/vendor/bitflags-0.7.0/Cargo.toml
New upstream version 1.19.0+dfsg3
[rustc.git] / src / vendor / bitflags-0.7.0 / Cargo.toml
CommitLineData
7cac9316
XL
1[package]
2
3name = "bitflags"
4version = "0.7.0"
5authors = ["The Rust Project Developers"]
6license = "MIT/Apache-2.0"
7readme = "README.md"
8repository = "https://github.com/rust-lang/bitflags"
9homepage = "https://github.com/rust-lang/bitflags"
10documentation = "https://doc.rust-lang.org/bitflags"
11description = """
12A macro to generate structures which behave like bitflags.
13"""