Current section

Files

Jump to
qcheck gleam.toml
Raw

gleam.toml

name = "qcheck"
version = "0.0.7"
internal_modules = ["qcheck/prng_random"]
description = "QuickCheck-inspired property testing with integrated shrinking"
licences = ["Apache-2.0", "MIT"]
repository = { type = "github", user = "mooreryan", repo = "gleam_qcheck" }
[dependencies]
gleam_stdlib = "~> 0.47 or ~> 1.0"
prng = "~> 4.0"
exception = ">= 2.0.0 and < 3.0.0"
gleam_regexp = ">= 1.0.0 and < 2.0.0"
gleam_yielder = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
birdie = ">= 1.1.2 and < 2.0.0"
gleeunit = "~> 1.0"
qcheck_gleeunit_utils = ">= 0.1.0 and < 0.2.0"