# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "librandtest" version = "0.0.1" authors = ["Lucas Kolstad "] description = "Statistical testing library for pseudo-random number generators" documentation = "https://docs.rs/librandtest" readme = "../README.md" keywords = ["testing", "RNG", "statistics", "hypothesis", "random"] categories = ["command-line-interface", "simulation"] license = "Apache-2.0/MIT" repository = "https://github.com/lucaskolstad/randtest" [lib] name = "randtest" crate-type = ["rlib", "dylib"] path = "src/lib.rs" [dependencies.matrixmultiply] version = "^0.1" [dependencies.byteorder] version = "^1.1.0" [dependencies.base64] version = "^0.6" [dependencies.special] version = "^0.7.4" optional = true [dependencies.num-traits] version = "^0.1.4" [dependencies.time] version = "^0.1.38" [dependencies.rayon] version = "^0.8.2" [dependencies.rand] version = "^0.3" [dependencies.num_cpus] version = "^1.6.2" [dependencies.dft] version = "^0.5.4" optional = true [dependencies.randtest_macros] version = "^0.1" [dev-dependencies.quickcheck] version = "^0.3" [features] steel-dft = ["dft"] steel-special = ["special"] GSL-gen = ["GSL"] cephes-special = ["special-fun"] default = ["steel-special", "steel-dft"] GSL-dft = ["GSL"] fftw-dft = ["fftw"] openblas = ["blas"] GSL-special = ["GSL"] [target."cfg(not(windows))".dependencies.GSL] version = "^0.4" optional = true [target."cfg(not(windows))".dependencies.special-fun] version = "^0.1.5" optional = true [target."cfg(not(windows))".dependencies.blas] version = "^0.16" optional = true [target."cfg(not(windows))".dependencies.fftw] version = "^0.2.2" optional = true [badges.travis-ci] repository = "lucaskolstad/randtest" [badges.appveyor] repository = "lucaskolstad/randtest"