# 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" name = "contrafact" version = "0.2.0-rc.1" authors = ["Michael Dougherty "] description = "A trait for highly composable constraints (\"facts\") which can be used both to verify data and to generate arbitrary data within those constraints" readme = "README.md" keywords = [ "testing", "fixtures", "constraints", "composable", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/maackle/contrafact-rs/" [package.metadata.inwelling] lens-rs_generator = true [dependencies.arbitrary] version = "1.0" features = ["derive"] [dependencies.derive_more] version = "0.99" [dependencies.either] version = "1.5" [dependencies.itertools] version = "0.10" [dependencies.num] version = "0.4.0" [dependencies.once_cell] version = "1.5" optional = true [dependencies.rand] version = "0.7" optional = true [dependencies.tracing] version = "0.1" [dev-dependencies.either] version = "1.5" [dev-dependencies.observability] version = "0.1" [features] default = ["utils"] utils = [ "once_cell", "rand", ]