arbitrary 1.4.1

The trait for generating structured data from unstructured data
Documentation
[dependencies.derive_arbitrary]
optional = true
version = "1.4.0"

[dev-dependencies.exhaustigen]
version = "0.1.0"

[[example]]
name = "derive_enum"
path = "examples/derive_enum.rs"
required-features = ["derive"]

[features]
derive = ["derive_arbitrary"]

[lib]
name = "arbitrary"
path = "src/lib.rs"

[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>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "The trait for generating structured data from unstructured data"
documentation = "https://docs.rs/arbitrary/"
edition = "2021"
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.4.1"

[[test]]
name = "bound"
path = "tests/bound.rs"

[[test]]
name = "derive"
path = "tests/derive.rs"
required-features = ["derive"]

[[test]]
name = "path"
path = "tests/path.rs"