# 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-engine" version = "0.12.0" authors = ["Cameron Bytheway "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "fuzz and property testing framework" 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_engine" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.bolero-generator] version = "0.12" default-features = false [dependencies.lazy_static] version = "1" [dependencies.pretty-hex] version = "0.4" default-features = false [dependencies.rand] version = "0.8" optional = true [dependencies.rand_xoshiro] version = "0.6" optional = true [dev-dependencies.bolero-generator] version = "0.12" features = ["std"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_xoshiro] version = "0.6" [features] any = ["bolero-generator/any"] cache = ["bolero-generator/alloc"] rng = [ "rand", "rand_xoshiro", "bolero-generator/alloc", ] [target."cfg(not(kani))".dependencies.backtrace] version = "0.3" features = ["std"] default-features = false [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)", ]