random-constructible-derive 0.8.0

Provides a derive macro for the random-constructible crate which is used for creating random instances of enums with weighted probabilities
Documentation
[dependencies.export-magic]
version = "0.3.6"

[dependencies.itertools]
version = "0.13.0"

[dependencies.once_cell]
version = "1.16"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.rand]
version = "0.8"

[dependencies.syn]
features = ["full"]
version = "1.0"

[dev-dependencies.random-constructible]
version = "0.7.0"

[dev-dependencies.trybuild]
version = "1.0"

[lib]
name = "random_constructible_derive"
path = "src/lib.rs"
proc-macro = true

[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 derive macro for the random-constructible crate which is used for creating random instances of enums 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 = "MIT OR Apache-2.0"
name = "random-constructible-derive"
readme = "README.md"
repository = "https://github.com/klebs6/klebs-general"
version = "0.8.0"

[[test]]
name = "ui"
path = "tests/ui.rs"