# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "test-env-log" version = "0.2.8" authors = ["Daniel Mueller "] include = ["src/lib.rs", "LICENSE-*", "README.md", "CHANGELOG.md"] description = "A replacement of the #[test] attribute that initializes logging and/or\ntracing infrastructure before running tests.\n" homepage = "https://github.com/d-e-s-o/test-env-log" readme = "README.md" keywords = ["env_logger", "log", "logging", "testing", "tracing"] categories = ["development-tools::testing", "development-tools", "config", "api-bindings"] license = "Apache-2.0 OR MIT" repository = "https://github.com/d-e-s-o/test-env-log.git" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["full"] [dev-dependencies.env_logger] version = "0.8" default-features = false [dev-dependencies.logging] version = "0.4" package = "log" [dev-dependencies.tokio] version = "1.0" features = ["rt", "macros"] default-features = false [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-futures] version = "0.2" features = ["std-future"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter", "fmt"] default-features = false [features] default = ["log"] log = [] trace = []