statslicer 0.10.0

Guacamole provides a linearly-seekable random number generator.
Documentation
# 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 = "2024"
name = "statslicer"
version = "0.10.0"
authors = ["Robert Escriva <robert@rescrv.net>"]
build = false
autolib = 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"

[features]
binaries = []
default = ["binaries"]

[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.9.0"

[dependencies.arrrg_derive]
version = "0.9.0"

[dependencies.getopts]
version = "0.2"

[dependencies.sig_fig_histogram]
version = "0.7.0"

[dev-dependencies.guacamole]
version = "0.15.0"