[package] name = "crates-test" version = "0.0.4" authors = ["Daniel Mueller "] homepage = "https://github.com/d-e-s-o" readme = "README.md" categories = [ "development-tools::testing", "development-tools", "config", "api-bindings", ] keywords = [ "env_logger", "log", "logging", "testing", "tests", ] description = """ Testing playground for crates.io. Wouldn't it be nice to have a staging area? Bump [crates.io issue #1503](https://github.com/rust-lang/crates.io/issues/1503) A replacement of the #[test] attribute that initializes the env_logger before running tests. """ license = "GPL-3.0-or-later" [dependencies]