[dependencies.blake2]
version = "0.10"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.hex]
version = "0.4"
[lib]
name = "rdgen_lib"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "The main library for a terminal program for generating reproducible random data for testing"
edition = "2021"
license = "MIT"
name = "rdgen-lib"
readme = false
repository = "https://github.com/TheQuantumPhysicist/rdgen"
rust-version = "1.80"
version = "0.1.2"