# 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 = "suitest" version = "0.1.4" authors = ["biblius "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for quality of life test suites" homepage = "https://github.com/biblius/suitest" readme = "README.md" keywords = [ "hooks", "suitest", "test", "testing", ] license = "MIT" [lib] name = "suitest" path = "src/lib.rs" [dependencies.futures-util] version = "0.3.28" [dependencies.once_cell] version = "1.18.0" [dependencies.suitest_macros] version = "0.1.4" [dependencies.tokio] version = "1.33.0" features = [ "rt-multi-thread", "macros", "sync", ]