# 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 = "2021" name = "traced-test" version = "1.0.2" authors = ["klebs tpk3.mx@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "this crate lets us use #[traced_test] to automatically configure sane default tracing for a rust test" readme = "README.md" keywords = [ "macros", "testing", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/klebs6/klebs-general" [lib] name = "traced_test" path = "src/lib.rs" proc-macro = true [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "compile_fail_tests" path = "tests/compile_fail_tests.rs" [dependencies.colored] version = "2.1.0" [dependencies.error-tree] version = "0.3.6" [dependencies.export-magic] version = "0.3.1" [dependencies.maplit] version = "1.0.2" [dependencies.named-item] version = "0.1.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0.52" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-setup] version = "1.0.2" [dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "std", "env-filter", ] default-features = false [dev-dependencies.disable_macro] version = "0.3.6" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "time", ] [dev-dependencies.trybuild] version = "1.0"