# 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 = "tearup" version = "0.3.0" authors = ["Adrien Olivon "] description = "Setup - teardown your tests" homepage = "https://github.com/Greedeuh/tearup" readme = "README.md" keywords = [ "test", "setup", "teardown", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/Greedeuh/tearup" resolver = "1" [dependencies.anymap] version = "1.0.0-beta.2" [dependencies.async-trait] version = "0.1.57" optional = true [dependencies.futures] version = "0.3.23" optional = true [dependencies.stopwatch] version = "0.0.7" [dependencies.tearup_macro] version = "0.3.0" [dependencies.tokio] version = "1.20.1" features = [ "rt", "macros", "time", "sync", ] optional = true [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.macrotest] version = "1.0.9" [features] async = [ "dep:async-trait", "dep:futures", "dep:tokio", "tearup_macro/async", ] default = ["async"]