[package] name = "crabcheck" version = "0.1.0" edition = "2021" authors = ["Alperen Keles "] license-file = "LICENSE" description = "A WIP property-based testing library in Rust, built with generalized targeted-property testing in mind." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cpu-time = "1.0.0" rand = "0.8.5"