blob: 95c548e9c34a5a5de4f9bca6d023e28f08e32e87 [file] [log] [blame] [edit]
[package]
name = "derive_arbitrary"
version = "1.0.0" # Make sure it matches the version of the arbitrary crate itself.
authors = [
"The Rust-Fuzz Project Developers",
"Nick Fitzgerald <[email protected]>",
"Manish Goregaokar <[email protected]>",
"Andre Bogus <[email protected]>",
"Corey Farwell <[email protected]>",
]
categories = ["development-tools::testing"]
edition = "2018"
keywords = ["arbitrary", "testing", "derive", "macro"]
readme = "README.md"
description = "Derives arbitrary traits"
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-fuzz/arbitrary"
documentation = "https://docs.rs/arbitrary/"
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ['derive'] }
[lib]
proc_macro = true