# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "statslicer" version = "0.7.0" authors = ["Robert Escriva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Guacamole provides a linearly-seekable random number generator." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rescrv/blue" [lib] name = "statslicer" path = "src/lib.rs" [[bin]] name = "statslicer" path = "src/bin/statslicer.rs" required-features = ["binaries"] [[bench]] name = "example" path = "benches/example.rs" harness = false [dependencies.arrrg] version = "0.6" [dependencies.arrrg_derive] version = "0.6" [dependencies.getopts] version = "0.2" [dependencies.sig_fig_histogram] version = "0.4" [dev-dependencies.guacamole] version = "0.10" [features] binaries = [] default = ["binaries"]