afl 0.15.15

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"

[[example]]
name = "arbitrary"
path = "examples/arbitrary.rs"

[[example]]
name = "cfg"
path = "examples/cfg.rs"

[[example]]
name = "cmplog"
path = "examples/cmplog.rs"

[[example]]
name = "hello"
path = "examples/hello.rs"

[features]
no_cfg_fuzzing = []

[lib]
name = "afl"
path = "src/lib.rs"

[lints.clippy]
disallowed-macros = "allow"
missing-panics-doc = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(fuzzing)"]
level = "deny"
priority = 0

[package]
authors = ["Keegan McAllister <mcallister.keegan@gmail.com>", "Corey Farwell <coreyf@rwell.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
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.15"