# 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 = "2021" name = "bolero-libfuzzer" version = "0.12.0" authors = ["Cameron Bytheway "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "libfuzzer plugin for bolero" homepage = "https://github.com/camshaft/bolero" readme = "README.md" keywords = [ "testing", "fuzz", "fuzzing", ] license = "MIT" repository = "https://github.com/camshaft/bolero" [lib] name = "bolero_libfuzzer" path = "src/lib.rs" [dependencies.bolero-engine] version = "0.12" features = ["cache"] optional = true [build-dependencies.cc] version = "1.0" [features] bin = [] default = ["lib"] lib = ["bolero-engine"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ "cfg(kani)", "cfg(fuzzing)", "cfg(fuzzing_afl)", "cfg(fuzzing_libfuzzer)", "cfg(fuzzing_honggfuzz)", "cfg(fuzzing_random)", ]