[build-dependencies.cc]
version = "1.0.106"
[build-dependencies.rustversion]
version = "1.0.17"
[build-dependencies.toml]
features = ["preserve_order"]
version = "0.8.19"
[dependencies.document-features]
optional = true
version = "0.2.10"
[dependencies.libfuzzer-sys]
default-features = false
version = "0.4.7"
[features]
arbitrary-derive = ["libfuzzer-sys/arbitrary-derive"]
default = ["fork"]
document-features = ["dep:document-features"]
embed-runtime = []
fork = []
libafl-libfuzzer-use-version = []
rabbit = []
[lib]
name = "libafl_libfuzzer"
path = "src/lib.rs"
[lints.clippy]
cargo_common_metadata = "deny"
cast_possible_truncation = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
negative_feature_names = "warn"
ptr_as_ptr = "allow"
similar_names = "allow"
too_many_lines = "allow"
type_repetition_in_bounds = "allow"
unreadable_literal = "allow"
unsafe_derive_deserialize = "allow"
used_underscore_binding = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.rust]
ambiguous_glob_reexports = "allow"
incomplete_features = "allow"
unexpected_cfgs = "forbid"
[lints.rustdoc]
broken_intra_doc_links = "deny"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["development-tools::testing"]
description = "libFuzzer shim which uses LibAFL with common defaults"
edition = "2021"
include = ["/src", "/Cargo.toml", "/build.rs", "/runtime"]
keywords = ["fuzzing", "testing", "security"]
license = "MIT OR Apache-2.0"
name = "libafl_libfuzzer"
readme = "README.md"
repository = "https://github.com/AFLplusplus/LibAFL/"
version = "0.14.1"
[package.metadata.docs.rs]
all-features = true
features = ["document-features"]
rustdoc-args = ["--cfg", "docsrs"]