rand_utils 0.1.1

helpers for large randon number generation
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 = "rand_utils"
version = "0.1.1"
authors = ["James Hunt <jameshuntdevelopment@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "helpers for large randon number generation"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/jameshuntt/rand_utils"

[lib]
name = "rand_utils"
path = "src/lib.rs"

[dependencies.honest]
version = "0.1.4"

[dependencies.num-bigint]
version = "0.4.6"
features = ["rand"]

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rand]
version = "0.9.0"

[dependencies.secrecy]
version = "0.10.3"