]> git.proxmox.com Git - cargo.git/blob - vendor/lazy_static/Cargo.toml
New upstream version 0.31.1
[cargo.git] / vendor / lazy_static / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g. crates.io) dependencies
7 #
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 name = "lazy_static"
15 version = "1.2.0"
16 authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
17 exclude = ["/.travis.yml", "/appveyor.yml"]
18 description = "A macro for declaring lazily evaluated statics in Rust."
19 documentation = "https://docs.rs/lazy_static"
20 readme = "README.md"
21 keywords = ["macro", "lazy", "static"]
22 categories = ["no-std", "rust-patterns", "memory-management"]
23 license = "MIT/Apache-2.0"
24 repository = "https://github.com/rust-lang-nursery/lazy-static.rs"
25 [dependencies.spin]
26 version = "0.4.10"
27 features = ["once"]
28 optional = true
29 default-features = false
30
31 [features]
32 nightly = []
33 spin_no_std = ["spin"]
34 [badges.appveyor]
35 repository = "rust-lang-nursery/lazy-static.rs"
36
37 [badges.is-it-maintained-issue-resolution]
38 repository = "rust-lang-nursery/lazy-static.rs"
39
40 [badges.is-it-maintained-open-issues]
41 repository = "rust-lang-nursery/lazy-static.rs"
42
43 [badges.maintenance]
44 status = "passively-maintained"
45
46 [badges.travis-ci]
47 repository = "rust-lang-nursery/lazy-static.rs"