afl 0.17.1

Fuzzing Rust code with american-fuzzy-lop
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "afl"
version = "0.17.1"
authors = [
    "Keegan McAllister <mcallister.keegan@gmail.com>",
    "Corey Farwell <coreyf@rwell.org>",
]
build = "build.rs"
exclude = ["etc"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fuzzing Rust code with american-fuzzy-lop"
homepage = "https://github.com/rust-fuzz/afl.rs"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/rust-fuzz/afl.rs"
resolver = "2"

[features]
no_cfg_fuzzing = []

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

[[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"

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

[dependencies.libc]
version = "0.2"

[dependencies.rustc_version]
version = "0.4"

[dependencies.xdg]
version = "3.0"

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

[build-dependencies.home]
version = "0.5"

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

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

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