# 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 = "2018" rust-version = "1.69" name = "tested-fixture" version = "1.0.1" authors = ["Daniel Bloom"] description = "Attribute macro for creating fixtures from tests" documentation = "https://docs.rs/tested-fixture" readme = "README.md" keywords = [ "test", "fixture", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/Daniel-Aaron-Bloom/tested-fixture" [dependencies.once_cell] version = "1" [dependencies.tested-fixture-macros] version = "1" [badges.github] repository = "Daniel-Aaron-Bloom/tested-fixture" workflow = "Rust"