# 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.65" name = "checkito" version = "3.2.3" authors = ["Magicolo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A safe, efficient and simple QuickCheck-inspired library to generate shrinkable random data mainly oriented towards generative/property/exploratory testing." documentation = "https://docs.rs/checkito/latest/checkito/" readme = "README.md" keywords = [ "property", "testing", "quickcheck", "fuzz", "hypothesis", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/Magicolo/checkito" [lib] name = "checkito" path = "src/lib.rs" [[example]] name = "cheat" path = "examples/cheat.rs" [[example]] name = "json" path = "examples/json.rs" [[test]] name = "any" path = "tests/any.rs" [[test]] name = "boolean" path = "tests/boolean.rs" [[test]] name = "character" path = "tests/character.rs" [[test]] name = "check" path = "tests/check.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "filter" path = "tests/filter.rs" [[test]] name = "general" path = "tests/general.rs" [[test]] name = "nudge" path = "tests/nudge.rs" [[test]] name = "number" path = "tests/number.rs" [[test]] name = "prelude" path = "tests/prelude.rs" [[test]] name = "regex" path = "tests/regex.rs" [[test]] name = "shrink" path = "tests/shrink.rs" [[test]] name = "string" path = "tests/string.rs" [dependencies.checkito_macro] version = "0.4.2" optional = true default-features = false [dependencies.fastrand] version = "2.1.1" [dependencies.orn] version = "0.6.0" [dependencies.ref-cast] version = "1.0.23" [dependencies.regex-syntax] version = "0.8.5" optional = true default-features = false [dependencies.rustversion] version = "1.0.18" [dev-dependencies.regex] version = "1.11.0" [features] check = ["checkito_macro/check"] default = [ "check", "regex", ] regex = [ "regex-syntax/unicode", "checkito_macro/regex", ] [badges.github] repository = "Magicolo/checkito" workflow = "test"