# 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" version = "0.11.1" authors = ["Cameron Bytheway "] 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" resolver = "2" [dependencies.bolero-engine] version = "0.11" [dependencies.bolero-generator] version = "0.11" 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-generator/std", ] [target."cfg(fuzzing_afl)".dependencies.bolero-afl] version = "0.11" [target."cfg(fuzzing_honggfuzz)".dependencies.bolero-honggfuzz] version = "0.11" [target."cfg(fuzzing_libfuzzer)".dependencies.bolero-libfuzzer] version = "0.11" [target."cfg(fuzzing_random)".dependencies.bolero-engine] version = "0.11" features = [ "cache", "rng", ] [target."cfg(fuzzing_random)".dependencies.rand] version = "0.8" [target."cfg(kani)".dependencies.bolero-kani] version = "0.11" [target."cfg(not(any(fuzzing, kani)))".dependencies.bolero-engine] version = "0.11" features = [ "cache", "rng", ] [target."cfg(not(any(fuzzing, kani)))".dependencies.rand] version = "0.8" [lints.rust.unexpected_cfgs] level = "warn" priority = 0