# 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-generator" version = "0.12.0" authors = ["Cameron Bytheway "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "value generator for testing and fuzzing" 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_generator" path = "src/lib.rs" [[test]] name = "derive_test" path = "tests/derive_test.rs" [dependencies.arbitrary] version = "1.0" optional = true [dependencies.bolero-generator-derive] version = "0.12" [dependencies.either] version = "1.5" optional = true default-features = false [dependencies.getrandom] version = "0.2" optional = true [dependencies.rand_core] version = "0.6" default-features = false [dependencies.rand_xoshiro] version = "0.6" optional = true [dev-dependencies.insta] version = "1" [dev-dependencies.rand] version = "0.8" [features] alloc = ["rand_core/alloc"] any = [ "getrandom", "rand_xoshiro", "std", ] default = [ "any", "either", "std", ] std = [ "alloc", "either/use_std", ] [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)", ]