bolero-libfuzzer 0.13.0

libfuzzer plugin for bolero
Documentation
[build-dependencies.cc]
version = "1.0"

[dependencies.bolero-engine]
features = ["cache"]
optional = true
version = "0.13"

[features]
bin = []
default = ["lib"]
lib = ["bolero-engine"]

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(kani)", "cfg(fuzzing)", "cfg(fuzzing_afl)", "cfg(fuzzing_libfuzzer)", "cfg(fuzzing_honggfuzz)", "cfg(fuzzing_random)"]
level = "warn"
priority = 0

[package]
authors = ["Cameron Bytheway <bytheway.cameron@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "libfuzzer plugin for bolero"
edition = "2021"
homepage = "https://github.com/camshaft/bolero"
keywords = ["testing", "fuzz", "fuzzing"]
license = "MIT"
name = "bolero-libfuzzer"
readme = "README.md"
repository = "https://github.com/camshaft/bolero"
version = "0.13.0"