test-strategy 0.2.1

Procedural macro to easily write higher-order strategies in proptest.
Documentation
[dependencies.proc-macro2]
version = "1.0.33"

[dependencies.quote]
version = "1.0.10"

[dependencies.structmeta]
version = "0.1.4"

[dependencies.syn]
features = ["visit", "full"]
version = "1.0.82"
[dev-dependencies.proptest]
version = "1.0.0"

[dev-dependencies.trybuild]
version = "1.0.53"

[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"
resolver = "2"
version = "0.2.1"