[package] name = "xdlol" version = "0.0.0" authors = ["Derek Goddeau "] description = "Tests to study random data." documentation = "https://docs.rs/xdlol" homepage = "https://gitlab.com/starshell/xdlol" repository = "https://gitlab.com/starshell/xdlol" license = "MPL-2.0" readme = "README.md" keywords = ["random", "test", "unit", "rng", "prng"] categories = ["cryptography", "development-tools::testing"] [badges] gitlab = { repository = "starshell/xdlol", branch = "master" } appveyor = { repository = "starshell/xdlol", branch = "master", service = "gitlab" } codecov = { repository = "starshell/xdlol", branch = "master", service = "gitlab" } maintenance = { status = "actively-developed" } [dependencies] num = "0.1" rayon = "1.0" statrs = "0.9" clippy = {version = "0.0.169", optional = true} [dev-dependencies] rand = "0.5" float-cmp = "0.4"