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]
14name = "lazy_static"
15version = "1.4.0"
16authors = ["Marvin Löbel <[email protected]>"]
17exclude = ["/.travis.yml", "/appveyor.yml"]
18description = "A macro for declaring lazily evaluated statics in Rust."
19documentation = "https://docs.rs/lazy_static"
20readme = "README.md"
21keywords = ["macro", "lazy", "static"]
22categories = ["no-std", "rust-patterns", "memory-management"]
23license = "MIT/Apache-2.0"
24repository = "https://github.com/rust-lang-nursery/lazy-static.rs"
25[dependencies.spin]
26version = "0.5.0"
27optional = true
28[dev-dependencies.doc-comment]
29version = "0.3.1"
30
31[features]
32spin_no_std = ["spin"]
33[badges.appveyor]
34repository = "rust-lang-nursery/lazy-static.rs"
35
36[badges.is-it-maintained-issue-resolution]
37repository = "rust-lang-nursery/lazy-static.rs"
38
39[badges.is-it-maintained-open-issues]
40repository = "rust-lang-nursery/lazy-static.rs"
41
42[badges.maintenance]
43status = "passively-maintained"
44
45[badges.travis-ci]
46repository = "rust-lang-nursery/lazy-static.rs"
47