test-fuzz 0.1.0-alpha.6

To make fuzzing Rust easy
[dependencies.afl]
version = "0.8.0"

[dependencies.runtime]
package = "test-fuzz-runtime"
version = "0.1.0-alpha"

[dependencies.test-fuzz-macro]
version = "0.1.0-alpha"

[features]
default = []
logging = ["test-fuzz-macro/logging"]
persistent = ["test-fuzz-macro/persistent"]

[package]
authors = ["Samuel E. Moelius III <sam@moeli.us>"]
description = "To make fuzzing Rust easy"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "test-fuzz"
repository = "https://github.com/smoelius/test-fuzz"
version = "0.1.0-alpha.6"