afl 0.11.1

Fuzzing Rust code with american-fuzzy-lop
[build-dependencies.rustc_version]
version = "0.4"

[build-dependencies.xdg]
version = "2.1"
[dependencies.cc]
version = "1.0"

[dependencies.clap]
version = "2.33"

[dependencies.lazy_static]
optional = true
version = "1.4.0"

[dependencies.libc]
version = "0.2.66"

[dependencies.rustc_version]
version = "0.4"

[dependencies.xdg]
version = "2.1"
[dev-dependencies.tempfile]
version = "3"

[features]
reset_lazy_static = ["lazy_static"]

[package]
authors = ["Keegan McAllister <mcallister.keegan@gmail.com>", "Corey Farwell <coreyf@rwell.org>"]
description = "Fuzzing Rust code with american-fuzzy-lop"
edition = "2018"
homepage = "https://github.com/rust-fuzz/afl.rs"
license = "Apache-2.0"
name = "afl"
readme = "README.md"
repository = "https://github.com/rust-fuzz/afl.rs"
version = "0.11.1"