[dependencies.num]
version = "0.4.3"
[dependencies.peg]
version = "0.8.4"
[dependencies.rand]
version = "0.9"
[dev-dependencies.rand_chacha]
version = "0.9"
[lib]
name = "diceystats"
path = "src/lib.rs"
[package]
authors = ["Pazzaz <pazzaz.sundqvist@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library to parse and interact with dice formulas"
edition = "2024"
homepage = "https://github.com/Pazzaz/diceystats"
keywords = ["random", "dice"]
license = "MIT"
name = "diceystats"
readme = "README.md"
repository = "https://github.com/Pazzaz/diceystats"
version = "0.2.0"