# 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 = "assay" version = "0.1.1" authors = ["Michael Gattozzi "] description = "A super powered testing macro for Rust" documentation = "https://docs.rs/assay" readme = "README.md" keywords = ["proc-macro", "test", "testing"] categories = ["development-tools", "development-tools::testing"] license = "MPL-2.0" repository = "https://github.com/mgattozzi/assay" resolver = "2" [dependencies.assay-proc-macro] version = "0.1.0" [dependencies.pretty_assertions] version = "^1.0.0" [dependencies.rusty-fork] version = "^0.3.0" [dependencies.tempfile] version = "3.2.0" [dependencies.tokio] version = "^1.16.0" features = ["rt-multi-thread"]