blob: 799e7158a266a319282fe29c171416f1e2971aa9 [file] [log] [blame]
[package]
name = "lazy_static"
# NB: When modifying, also modify html_root_url in lib.rs
version = "0.2.8"
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" ]
[dependencies]
sgx_tstd = { path = "../../sgx_tstd" }
[features]
default = []
use_std = []
nightly = []