# 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" rust-version = "1.75.0" name = "test-context" version = "0.3.0" authors = [ "Mark Hildreth ", "Victor Martinez ", ] description = "A library for providing custom setup/teardown for Rust tests without needing a test harness" homepage = "https://github.com/JasterV/test-context" readme = "README.md" keywords = [ "test", "setup", "teardown", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/JasterV/test-context" [dependencies.futures] version = "0.3" [dependencies.test-context-macros] version = "0.3.0" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt", ]