aboutsummaryrefslogtreecommitdiff
path: root/lazy-static/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lazy-static/Cargo.toml')
-rw-r--r--lazy-static/Cargo.toml34
1 files changed, 0 insertions, 34 deletions
diff --git a/lazy-static/Cargo.toml b/lazy-static/Cargo.toml
deleted file mode 100644
index 9c0a177..0000000
--- a/lazy-static/Cargo.toml
+++ /dev/null
@@ -1,34 +0,0 @@
-[package]
-name = "lazy_static"
-# NB: When modifying, also modify html_root_url in lib.rs
-version = "1.4.0"
-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", "memory-management" ]
-exclude = ["/.travis.yml", "/appveyor.yml"]
-
-[dependencies.spin]
-version = "0.5.0"
-optional = true
-
-[features]
-spin_no_std = ["spin"]
-
-[dev-dependencies]
-doc-comment = "0.3.1"
-
-[badges]
-appveyor = { repository = "rust-lang-nursery/lazy-static.rs" }
-travis-ci = { repository = "rust-lang-nursery/lazy-static.rs" }
-
-is-it-maintained-issue-resolution = { repository = "rust-lang-nursery/lazy-static.rs" }
-is-it-maintained-open-issues = { repository = "rust-lang-nursery/lazy-static.rs" }
-
-maintenance = { status = "passively-maintained" }