[dependencies.rand_core]
version = "0.9.3"
[lib]
name = "clr_random"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "algorithms"]
description = ".NET CLR Random implementation in Rust"
edition = "2024"
include = ["/src", "/LICENSE"]
keywords = ["dotnet", "random", "clr"]
license-file = "LICENSE"
name = "clr_random"
readme = "README.md"
repository = "https://gitlab.com/DrakeTDL/CLRRandom-rs"
version = "0.1.0"