[package] name = "honggfuzz" version = "0.5.56" edition = "2021" authors = ["Paul Grandperrin "] license = "MIT/Apache-2.0/Unlicense/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/**", ] [badges] travis-ci = { repository = "rust-fuzz/honggfuzz-rs", branch = "master" } maintenance = { status = "actively-developed" } [features] default = ["arbitrary"] [dependencies] arbitrary = { version = "1", optional = true } rustc_version = "0.4" [dev-dependencies] rand = "0.8" rand_chacha = "0.3" [target.'cfg(fuzzing)'.dependencies] lazy_static = "1.4" [target.'cfg(fuzzing_debug)'.dependencies] memmap2 = "0.9"