[package] name = "randtest" version = "0.0.2" authors = ["Lucas Kolstad "] description = "Application for statistical testing of pseudo-random number generators" license = "Apache-2.0/MIT" repository = "https://github.com/lucaskolstad/randtest" documentation = "https://docs.rs/randtest" readme = "../README.md" keywords = [ "testing", "RNG", "statistics", "hypothesis", "random" ] categories = [ "command-line-interface", "simulation", ] [badges] travis-ci = { repository = "lucaskolstad/randtest" } appveyor = { repository = "lucaskolstad/randtest" } [[bin]] name = "randtest" path = "main.rs" [dependencies] librandtest = { version = "^0.0.1", path = "../librandtest" } clap = "^2.26.0" byteorder = "^1.1.0"