arbitrary 1.3.0

The trait for generating structured data from unstructured data
Documentation
[[example]]
name = "derive_enum"
required-features = ["derive"]

[[test]]
name = "derive"
path = "./tests/derive.rs"
required-features = ["derive"]
[dependencies.derive_arbitrary]
optional = true
version = "1.3.0"

[features]
derive = ["derive_arbitrary"]

[package]
authors = ["The Rust-Fuzz Project Developers", "Nick Fitzgerald <fitzgen@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>", "Simonas Kazlauskas <arbitrary@kazlauskas.me>", "Brian L. Troutwine <brian@troutwine.us>", "Corey Farwell <coreyf@rwell.org>"]
categories = ["development-tools::testing"]
description = "The trait for generating structured data from unstructured data"
documentation = "https://docs.rs/arbitrary/"
edition = "2018"
keywords = ["arbitrary", "testing"]
license = "MIT OR Apache-2.0"
name = "arbitrary"
readme = "README.md"
repository = "https://github.com/rust-fuzz/arbitrary/"
rust-version = "1.63.0"
version = "1.3.0"