[go: up one dir, main page]

tyche 0.2.0

Dice rolling and dice expression (with a syntax similar to FoundryVTT) parsing library
Documentation
[[bin]]
name = "tyche"
required-features = ["build-binary"]
[dependencies.ariadne]
optional = true
version = "0.4"

[dependencies.chumsky]
features = ["label"]
optional = true
version = "1.0.0-alpha.7"

[dependencies.fastrand]
optional = true
version = "2.0.1"

[dependencies.pretty-readme]
version = "0.1.0"

[dependencies.thiserror]
version = "1.0.57"

[features]
build-binary = ["parse", "fastrand", "dep:ariadne"]
default = ["parse", "fastrand"]
fastrand = ["dep:fastrand"]
parse = ["dep:chumsky"]

[package]
authors = ["Schuyler Cebulskie <me@gawdl3y.dev>"]
categories = ["games", "game-development", "mathematics", "parser-implementations"]
description = "Dice rolling and dice expression (with a syntax similar to FoundryVTT) parsing library"
edition = "2021"
keywords = ["dice", "d20", "rpg", "dnd", "tabletop"]
license = "LGPL-3.0-or-later"
name = "tyche"
readme = "README.md"
repository = "https://github.com/Gawdl3y/tyche-rs"
version = "0.2.0"