afl 0.15.5

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

[build-dependencies]
home = "0.5"

[dependencies]
libc = "0.2"
rustc_version = "0.4"
xdg = "2.5"

[dev-dependencies]
arbitrary = { version = "1", features = ["derive"] }

[features]
no_cfg_fuzzing = []

[lints]
workspace = true