# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "ziggy-honggfuzz" version = "0.5.55" authors = ["Paul Grandperrin "] exclude = [ "/honggfuzz/examples/**", "/honggfuzz/hfuzz_cc/**", "/honggfuzz/**/*.png", "/honggfuzz/includes/**", ] description = """ Fuzz your Rust code with Google-developped Honggfuzz ! """ homepage = "https://github.com/rust-fuzz/honggfuzz-rs/blob/master/README.md" documentation = "https://docs.rs/honggfuzz" readme = "README.md" keywords = [ "fuzzer", "fuzzing", "testing", "security", "property", ] categories = [ "command-line-utilities", "development-tools::testing", "development-tools::cargo-plugins", "development-tools::debugging", ] license = "MIT/Apache-2.0/Unlicense/WTFPL" repository = "https://github.com/vanhauser-thc/honggfuzz-rs" [dependencies.arbitrary] version = "1" optional = true [dependencies.rustc_version] version = "0.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3" [features] default = ["arbitrary"] [target."cfg(fuzzing)".dependencies.lazy_static] version = "1.4" [target."cfg(fuzzing_debug)".dependencies.memmap2] version = "0.5" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "rust-fuzz/honggfuzz-rs"