[package]
name = "lazy_static"
version = "0.2.11"
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A macro for declaring lazily evaluated statics in Rust."
readme = "README.md"
documentation = "https://docs.rs/lazy_static"
repository = "https://github.com/rust-lang-nursery/lazy-static.rs"
keywords = ["macro", "lazy", "static"]
categories = [ "no-std", "rust-patterns", "memory-management" ]
[dependencies.spin]
version = "0.4.6"
optional = true
[dependencies.compiletest_rs]
version = "0.3"
optional = true
[features]
nightly = []
spin_no_std = ["nightly", "spin"]
compiletest = ["compiletest_rs"]
[badges]
appveyor = { repository = "rust-lang-nursery/lazy-static.rs" }
travis-ci = { repository = "rust-lang-nursery/lazy-static.rs" }
maintenance = { status = "passively-maintained" }