# 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" name = "dicetest" version = "0.3.1" authors = ["Jakob Schikowski"] description = "Framework for writing tests with randomly generated test data" readme = "README.md" keywords = [ "testing", "fuzz", "property", "quickcheck", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/jakoschiko/dicetest" [dependencies.array-init] version = "2.0" [dependencies.getrandom] version = "0.2" [dependencies.quickcheck] version = "0.9" optional = true [dependencies.rand] version = "0.7" optional = true [dependencies.rand_core] version = "0.5" optional = true [features] default = [ "hints", "stats", ] hints = [] quickcheck_full = [ "rand_core", "quickcheck", ] rand_full = [ "rand_core", "rand", ] stats = []