# 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 = "2018" rust-version = "1.66.0" name = "bolero-engine" version = "0.11.2" authors = ["Cameron Bytheway "] 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" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.bolero-generator] version = "0.11" 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.11" features = ["std"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_xoshiro] version = "0.6" [features] 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