hongg 0.5.61

Fuzz your Rust code with Google-developped Honggfuzz !
Documentation
[package]
name = "hongg"
version = "0.5.61"
edition = "2021"
authors = ["Paul Grandperrin <paul.grandperrin@gmail.com>"]
license = "MIT OR Apache-2.0 OR Unlicense OR WTFPL"
repository = "https://github.com/rust-fuzz/honggfuzz-rs"
documentation = "https://docs.rs/honggfuzz"
homepage = "https://github.com/rust-fuzz/honggfuzz-rs/blob/master/README.md"
readme = "../README.md"
keywords = ["fuzzer", "fuzzing", "testing", "security", "property"]
categories = [
  "command-line-utilities",
  "development-tools::testing",
  "development-tools::cargo-plugins",
  "development-tools::debugging",
]
description = """
Fuzz your Rust code with Google-developped Honggfuzz !
"""
exclude = [
  "honggfuzz/examples/*",
  "honggfuzz/hfuzz_cc/*",
  "honggfuzz/**/*.png",
  "honggfuzz/includes/*",
]

[build-dependencies]
fs-err = "2"
make-cmd = "0.1"
anyhow = "1"

[dependencies]
arbitrary = "1.0"
log = "0.4"

[dev-dependencies]
rand = "0.8"
rand_chacha = "0.3"
assert_matches = "1"

[target.'cfg(fuzzing)'.dependencies]
lazy_static = "1.4"
fs-err = "2.6"

[target.'cfg(fuzzing_debug)'.dependencies]
memmap2 = "0.7"