fuzztest 0.1.1

Easily test your software using powerful evolutionary, feedback-driven fuzzing technology.
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 = "fuzztest"
version = "0.1.1"
authors = ["Paul Grandperrin <paul.grandperrin@gmail.com>"]
description = "Easily test your software using powerful evolutionary, feedback-driven fuzzing technology.\n"
homepage = "https://github.com/PaulGrandperrin/fuzztest-rs/blob/master/README.md"
documentation = "https://docs.rs/fuzztest"
readme = "README.md"
keywords = ["testing", "fuzz", "fuzzing", "property", "quickcheck"]
categories = ["development-tools::testing"]
license = "MIT/Apache-2.0/Unlicense/WTFPL"
repository = "https://github.com/PaulGrandperrin/fuzztest-rs"
[dependencies.honggfuzz]
version = "0.5.11"

[dependencies.lazy_static]
version = "1.0"

[features]
default = ["nightly"]
nightly = ["lazy_static/nightly"]
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
branch = "master"
repository = "PaulGrandperrin/fuzztest-rs"