afl 0.15.5

Fuzzing Rust code with american-fuzzy-lop
Documentation
[build-dependencies.home]
version = "0.5"
[dependencies.libc]
version = "0.2"

[dependencies.rustc_version]
version = "0.4"

[dependencies.xdg]
version = "2.5"
[dev-dependencies.arbitrary]
features = ["derive"]
version = "1"

[features]
no_cfg_fuzzing = []
[lints.clippy.disallowed-macros]
level = "allow"
priority = -1

[package]
authors = ["Keegan McAllister <mcallister.keegan@gmail.com>", "Corey Farwell <coreyf@rwell.org>"]
description = "Fuzzing Rust code with american-fuzzy-lop"
edition = "2021"
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.15.5"