# 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.11.1" authors = ["Cameron Bytheway "] 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" [dependencies.arbitrary] version = "1.0" optional = true [dependencies.bolero-generator-derive] version = "0.11" [dependencies.either] version = "1.5" optional = true default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dev-dependencies.rand] version = "0.8" [features] alloc = ["rand_core/alloc"] default = [ "either", "std", ] std = [ "alloc", "either/use_std", ]