blob: 3fc95b65ec9244a079b6275b7f4a2134860282d4 [file] [log] [blame] [edit]
[package]
name = "lazycell"
version = "1.3.0"
authors = ["Alex Crichton <[email protected]>",
"Nikita Pekin <[email protected]>"]
description = "A library providing a lazily filled Cell struct"
repository = "https://github.com/indiv0/lazycell"
documentation = "http://indiv0.github.io/lazycell/lazycell/"
readme = "README.md"
keywords = ["lazycell", "lazy", "cell", "library"]
license = "MIT/Apache-2.0"
include = [
"CHANGELOG.md",
"Cargo.toml",
"LICENSE-MIT",
"LICENSE-APACHE",
"README.md",
"src/**/*.rs",
]
[dependencies]
clippy = { version = "0.0", optional = true }
serde = { version = "^1", optional = true }
[features]
nightly = []
nightly-testing = ["clippy", "nightly"]