ziggy-honggfuzz-1 0.5.55

Fuzz your Rust code with Google-developped Honggfuzz !
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "rust-fuzz/honggfuzz-rs"
[dependencies.arbitrary]
optional = true
version = "1"

[dependencies.rustc_version]
version = "0.4"
[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.rand_chacha]
version = "0.3"

[features]
default = ["arbitrary"]

[package]
authors = ["Paul Grandperrin <paul.grandperrin@gmail.com>"]
categories = ["command-line-utilities", "development-tools::testing", "development-tools::cargo-plugins", "development-tools::debugging"]
description = "Fuzz your Rust code with Google-developped Honggfuzz !\n"
documentation = "https://docs.rs/honggfuzz"
edition = "2018"
exclude = ["/honggfuzz/examples/**", "/honggfuzz/hfuzz_cc/**", "/honggfuzz/**/*.png", "/honggfuzz/includes/**"]
homepage = "https://github.com/rust-fuzz/honggfuzz-rs/blob/master/README.md"
keywords = ["fuzzer", "fuzzing", "testing", "security", "property"]
license = "MIT/Apache-2.0/Unlicense/WTFPL"
name = "ziggy-honggfuzz-1"
readme = "README.md"
repository = "https://github.com/rust-fuzz/honggfuzz-rs"
version = "0.5.55"
[target."cfg(fuzzing)".dependencies.lazy_static]
version = "1.4"
[target."cfg(fuzzing_debug)".dependencies.memmap2]
version = "0.5"