[dependencies.proc-macro2]
version = "1.0.55"
[dependencies.quote]
version = "1.0.26"
[dependencies.structmeta]
version = "0.2.0"
[dependencies.syn]
features = ["visit", "full", "extra-traits"]
version = "2.0.13"
[dev-dependencies.proptest]
version = "1.1.0"
[dev-dependencies.tokio]
features = ["rt-multi-thread"]
version = "1.28.1"
[dev-dependencies.trybuild]
version = "1.0.80"
[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"
version = "0.3.1"