honggfuzz 0.5.22

Fuzz your Rust code with Google-developped Honggfuzz !
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "honggfuzz"
version = "0.5.22"
authors = ["Paul Grandperrin <paul.grandperrin@gmail.com>"]
exclude = ["/honggfuzz/examples/**", "/honggfuzz/hfuzz_cc/**", "/honggfuzz/**/*.png", "/honggfuzz/includes/**"]
description = "Fuzz your Rust code with Google-developped Honggfuzz !\n"
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/rust-fuzz/honggfuzz-rs"
[dev-dependencies.rand]
version = "0.4"
[target."cfg(fuzzing)".dependencies.lazy_static]
version = "1.0"
[target."cfg(fuzzing_debug)".dependencies.memmap]
version = "0.6"
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "rust-fuzz/honggfuzz-rs"