lazy_static 1.5.0

A macro for declaring lazily evaluated statics in Rust.
Documentation
[package]
name = "lazy_static"
# NB: When modifying, also modify html_root_url in lib.rs
version = "1.5.0"
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
license = "MIT OR 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" ]
exclude = [".github"]

[dependencies.spin]
version = "0.9.8"
default-features = false
features = ["once"]
optional = true

[features]
spin_no_std = ["spin"]

[dev-dependencies]
doc-comment = "0.3.1"
trybuild = "1"