hongg 0.5.61

Fuzz your Rust code with Google-developped Honggfuzz !
Documentation
[build-dependencies.anyhow]
version = "1"

[build-dependencies.fs-err]
version = "2"

[build-dependencies.make-cmd]
version = "0.1"
[dependencies.arbitrary]
version = "1.0"

[dependencies.log]
version = "0.4"
[dev-dependencies.assert_matches]
version = "1"

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

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

[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 = "2021"
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 OR Apache-2.0 OR Unlicense OR WTFPL"
name = "hongg"
readme = "README.md"
repository = "https://github.com/rust-fuzz/honggfuzz-rs"
resolver = "1"
version = "0.5.61"
[target."cfg(fuzzing)".dependencies.fs-err]
version = "2.6"

[target."cfg(fuzzing)".dependencies.lazy_static]
version = "1.4"
[target."cfg(fuzzing_debug)".dependencies.memmap2]
version = "0.7"