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