derive_arbitrary 1.0.1

Derives arbitrary traits
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["derive"]
version = "1.0"

[lib]
proc_macro = true

[package]
authors = ["The Rust-Fuzz Project Developers", "Nick Fitzgerald <fitzgen@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>", "Andre Bogus <bogusandre@gmail.com>", "Corey Farwell <coreyf@rwell.org>"]
categories = ["development-tools::testing"]
description = "Derives arbitrary traits"
documentation = "https://docs.rs/arbitrary/"
edition = "2018"
keywords = ["arbitrary", "testing", "derive", "macro"]
license = "MIT/Apache-2.0"
name = "derive_arbitrary"
readme = "README.md"
repository = "https://github.com/rust-fuzz/arbitrary"
version = "1.0.1"