summaryrefslogtreecommitdiff
path: root/third_party/lazy-static.rs/Cargo.toml
blob: 2d4c91b659dbc0fab65d3f2332ada5663a92c1ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "lazy_static"
version = "0.2.1"
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
license = "MIT"

description = "A macro for declaring lazily evaluated statics in Rust."
readme = "README.md"
documentation = "http://rust-lang-nursery.github.io/lazy-static.rs/lazy_static/index.html"

repository = "https://github.com/rust-lang-nursery/lazy-static.rs"
keywords = ["macro", "lazy", "static"]

[dependencies.spin]
version = "0.4"
optional = true

[features]
nightly = []
spin_no_std = ["nightly", "spin"]