[]
= "lazy_static"
= "0.1.8"
= [ "Marvin Löbel <loebel.marvin@gmail.com>" ]
# A short blurb about the package. This is not rendered in any format when
# uploaded to crates.io (aka this is not markdown)
= "A macro for declaring lazily evaluated statics in Rust."
# These URLs point to more information about the repository
= "http://rust-ci.org/Kimundi/lazy-static.rs/doc/lazy_static/"
= "https://github.com/Kimundi/lazy-static.rs"
# This points to a file in the repository (relative to this Cargo.toml). The
# contents of this file are stored and indexed in the registry.
= "README.md"
# This is a small list of keywords used to categorize and search for this
# package.
= ["macro", "lazy", "static"]
# This is a string description of the license for this package. Currently
# crates.io will validate the license provided against a whitelist of known
# licenses. Multiple licenses can be separated with a `/`
= "MIT"
[]
= "lazy_static"