[dependencies.once_cell]
version = "1.16"
[dependencies.random-constructible]
version = "0.9.0"
[dependencies.random-constructible-derive]
version = "0.9.0"
[lib]
name = "rand_construct"
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 = "Encapsulates the random-constructible and random-constructible-derive crates which are used for creating random instances of data structures with weighted probabilities"
documentation = "https://docs.rs/random-constructible-derive"
edition = "2021"
homepage = "https://github.com/klebs6/klebs-general"
keywords = ["randomness", "enums", "simulation", "ergonomics"]
license = "Apache-2.0"
name = "rand-construct"
readme = "README.md"
repository = "https://github.com/klebs6/klebs-general"
version = "0.9.0"