]> git.proxmox.com Git - rustc.git/blame - src/vendor/lazycell-0.5.1/Cargo.toml
New upstream version 1.25.0+dfsg1
[rustc.git] / src / vendor / lazycell-0.5.1 / Cargo.toml
CommitLineData
abe05a73
XL
1[package]
2name = "lazycell"
3version = "0.5.1"
4authors = ["Alex Crichton <alex@alexcrichton.com>",
5 "Nikita Pekin <contact@nikitapek.in>"]
6description = "A library providing a lazily filled Cell struct"
7repository = "https://github.com/indiv0/lazycell"
8documentation = "http://indiv0.github.io/lazycell/lazycell/"
9readme = "README.md"
10keywords = ["lazycell", "lazy", "cell", "library"]
11license = "MIT/Apache-2.0"
12include = [
13 "CHANGELOG.md",
14 "Cargo.toml",
15 "LICENSE-MIT",
16 "LICENSE-APACHE",
17 "README.md",
18 "src/**/*.rs",
19]
20
21[dependencies]
22clippy = { version = "0.0", optional = true }
23
24[features]
25nightly = []
26nightly-testing = ["clippy", "nightly"]