# 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 = "test-env-helpers" version = "0.2.2" authors = ["Tom Pridham "] exclude = ["tests/*"] description = "Jest style setup and teardown test helper macros" homepage = "https://docs.rs/test-env-helpers/latest/test_env_helpers/" documentation = "https://docs.rs/test-env-helpers/latest/test_env_helpers/" readme = "README.md" keywords = ["afterEach", "beforeEach", "setup", "teardown", "test"] license = "MIT" repository = "https://github.com/TomPridham/test-env-helpers" resolver = "2" [lib] proc-macro = true [dependencies.quote] version = "1.0.15" [dependencies.syn] version = "1.0.86" features = ["full", "fold", "extra-traits"] [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.test-case] version = "2.0.0" [dev-dependencies.tokio] version = "1.17.0" features = ["macros", "test-util"]