[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
branch = "master"
repository = "rust-fuzz/honggfuzz-rs"
[[bin]]
name = "cargo-hfuzz"
path = "src/bin/cargo-hfuzz.rs"
[[bin]]
name = "cargo-honggfuzz"
path = "src/bin/cargo-honggfuzz.rs"
[dependencies.arbitrary]
optional = true
version = "1"
[dependencies.rustc_version]
version = "0.4"
[dependencies.semver]
version = "1"
[dev-dependencies.rand]
version = "0.9"
[dev-dependencies.rand_chacha]
version = "0.9"
[features]
default = ["arbitrary"]
[lib]
name = "honggfuzz"
path = "src/lib.rs"
[package]
authors = ["Paul Grandperrin <paul.grandperrin@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "development-tools::testing", "development-tools::cargo-plugins", "development-tools::debugging"]
description = """
Fuzz your Rust code with Google-developped Honggfuzz !
"""
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/Apache-2.0/Unlicense/WTFPL"
name = "honggfuzz"
readme = "README.md"
repository = "https://github.com/rust-fuzz/honggfuzz-rs"
rust-version = "1.63"
version = "0.5.58"
[target."cfg(fuzzing)".dependencies.lazy_static]
version = "1.5"
[target."cfg(fuzzing_debug)".dependencies.memmap2]
version = "0.9"