[dependencies.once_cell]
version = "1.16"
[dependencies.rand]
version = "0.8"
[lib]
name = "random_constructible"
path = "src/lib.rs"
[package]
authors = ["klebs tpk3.mx@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["game-development", "simulation", "rust-patterns"]
description = "Provides a trait for creating random instances of enums with weighted probabilities"
documentation = "https://docs.rs/random-constructible"
edition = "2021"
homepage = "https://github.com/klebs6/klebs-general"
keywords = ["randomness", "enums", "simulation", "ergonomics"]
license = "MIT OR Apache-2.0"
name = "random-constructible"
readme = "README.md"
repository = "https://github.com/klebs6/klebs-general"
version = "0.1.0"