# 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" rust-version = "1.66.0" name = "bolero" version = "0.12.0" authors = ["Cameron Bytheway "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "fuzz and property testing front-end" homepage = "https://github.com/camshaft/bolero" readme = "README.md" keywords = [ "testing", "quickcheck", "property", "fuzz", "fuzzing", ] license = "MIT" repository = "https://github.com/camshaft/bolero" [lib] name = "bolero" path = "src/lib.rs" [dependencies.bolero-engine] version = "0.12" [dependencies.bolero-generator] version = "0.12" default-features = false [dependencies.cfg-if] version = "1" [dev-dependencies.rand] version = "0.8" [features] alloc = ["bolero-generator/alloc"] arbitrary = ["bolero-generator/arbitrary"] default = ["std"] std = [ "alloc", "bolero-engine/any", "bolero-generator/std", ] [target."cfg(fuzzing_afl)".dependencies.bolero-afl] version = "0.12" [target."cfg(fuzzing_honggfuzz)".dependencies.bolero-honggfuzz] version = "0.12" [target."cfg(fuzzing_libfuzzer)".dependencies.bolero-libfuzzer] version = "0.12" [target."cfg(fuzzing_random)".dependencies.bolero-engine] version = "0.12" features = [ "cache", "rng", ] [target."cfg(fuzzing_random)".dependencies.rand] version = "0.8" [target."cfg(kani)".dependencies.bolero-kani] version = "0.12" [target."cfg(not(any(fuzzing, kani)))".dependencies.bolero-engine] version = "0.12" features = [ "cache", "rng", ] [target."cfg(not(any(fuzzing, kani)))".dependencies.rand] version = "0.8" [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)", ]