mirror of
https://github.com/openharmony/third_party_rust_lazycell.git
synced 2026-07-01 21:04:09 -04:00
17 lines
470 B
TOML
17 lines
470 B
TOML
[package]
|
|
name = "lazycell"
|
|
version = "0.0.1"
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>",
|
|
"Nikita Pekin <contact@nikitapek.in>"]
|
|
description = "A library providing a lazily filled Cell struct"
|
|
repository = "https://github.com/indiv0/lazycell"
|
|
keywords = ["lazycell", "lazy", "cell", "library"]
|
|
license = "MIT/Apache-2.0"
|
|
|
|
[dependencies]
|
|
clippy = { version = "0.0.40", optional = true }
|
|
|
|
[features]
|
|
nightly = []
|
|
nightly-testing = ["clippy", "nightly"]
|