[dependencies.convert_case]
version = "0.6"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2"
[dev-dependencies.insta]
version = "1"
[dev-dependencies.prettyplease]
version = "0.2"
[lib]
name = "proptest_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["The Proptest Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "Procedural macros for the proptest crate"
edition = "2021"
homepage = "https://proptest-rs.github.io/proptest/proptest/index.html"
keywords = ["property", "testing", "quickcheck", "fuzz", "hypothesis"]
license = "MIT OR Apache-2.0"
name = "proptest-macro"
readme = false
repository = "https://github.com/proptest-rs/proptest"
resolver = "1"
rust-version = "1.65"
version = "0.1.0"