# 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.70.0" name = "test-strategy" version = "0.4.0" authors = ["frozenlib"] description = "Procedural macro to easily write higher-order strategies in proptest." documentation = "https://docs.rs/test-strategy/" readme = "README.md" keywords = [ "macro", "testing", "proptest", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/frozenlib/test-strategy" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.structmeta] version = "0.3.0" [dependencies.syn] version = "2.0.68" features = [ "visit", "full", "extra-traits", ] [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.tokio] version = "1.38.0" features = ["rt-multi-thread"] [dev-dependencies.trybuild] version = "1.0.96"