# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wraptest" version = "0.2.1" authors = ["Daniel Franklin "] description = "A simple way to run code before and after every unit test" keywords = ["test", "setup", "teardown", "proc-macro"] categories = ["development-tools", "development-tools::testing", "asynchronous"] license = "MIT" repository = "https://github.com/danielzfranklin/wraptest" [lib] path = "src/lib.rs" proc-macro = true [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.26" [dependencies.quote] version = "1.0.9" [dependencies.syn] version = "1.0.68" features = ["full"] [dev-dependencies.tokio] version = "1.4.0" features = ["rt", "macros", "time"] [dev-dependencies.tracing] version = "0.1.25" [dev-dependencies.tracing-subscriber] version = "0.2.17" features = ["fmt"]