shed/quickcheck_arbitrary_derive/Cargo.toml (21 lines of code) (raw):
# @generated by autocargo
[package]
name = "quickcheck_arbitrary_derive"
version = "0.1.0"
authors = ["Facebook <opensource+rust-shed@fb.com>"]
edition = "2021"
readme = "../../README.md"
repository = "https://github.com/facebookexperimental/rust-shed/"
license = "MIT OR Apache-2.0"
[lib]
test = false
doctest = false
proc-macro = true
[[bin]]
name = "quickcheck_arbitrary_example"
path = "examples/example.rs"
[dependencies]
proc-macro2 = "1.0"
quickcheck = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }