prop-check-rs 0.0.4

A Property-based testing Library in Rust
Documentation
[package]
name = "prop-check-rs"
version = "0.0.4"
authors = ["Junichi Kato <j5ik2o@gmail.com>"]
description = "A Property-based testing Library in Rust"
repository="https://github.com/j5ik2o/prop-check-rs"
readme = "./README.md"
license = "MIT OR Apache-2.0"
edition = "2018"
keywords = ["testing", "property-based"]

[badges]
github = { repository = "j5ik2o/prop-check-rs", workflow = "Rust" }

[dependencies]
log = "0.4.14"
rand = { version = "0.8.1" }
once_cell = "1.5.2"
bigdecimal = "0.3.0"
iso-4217 = "0.1"
num-bigint = "0.4"
rust-fp-categories = "0.0.5"
itertools = "0.10.0"
anyhow = "1.0.43"

[dev-dependencies]
env_logger = "0.9.0"