honggfuzz 0.5.31

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

[badges.travis-ci]
branch = "master"
repository = "rust-fuzz/honggfuzz-rs"
[dev-dependencies.rand]
version = "0.5"

[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"
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 = "honggfuzz"
readme = "README.md"
repository = "https://github.com/rust-fuzz/honggfuzz-rs"
version = "0.5.31"
[target."cfg(fuzzing)".dependencies.lazy_static]
version = "1.1"
[target."cfg(fuzzing_debug)".dependencies.memmap]
version = "0.7"