Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
proptest-macro 0.2.0 - Docs.rs
[go: Go Back, main page]

proptest-macro 0.2.0

Procedural macros for the proptest crate
Documentation
[package]
name = "proptest-macro"
description = "Procedural macros for the proptest crate"
version = "0.2.0"
authors = ["The Proptest Developers"]
edition = "2021"
rust-version = "1.66"
license = "MIT OR Apache-2.0"
repository = "https://github.com/proptest-rs/proptest"
homepage = "https://proptest-rs.github.io/proptest/proptest/index.html"
keywords = ["property", "testing", "quickcheck", "fuzz", "hypothesis"]
categories = ["development-tools::testing"]

[lib]
proc-macro = true

[dependencies]
syn = { workspace = true, features = ["full"] }
quote = { workspace = true }
proc-macro2 = { workspace = true }
convert_case = { workspace = true }

[dev-dependencies]
insta = { workspace = true }
prettyplease = { workspace = true }