rollcli 0.3.2

A command-line dice roller for tabletop RPGs with advantage/disadvantage and probability estimation
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "rollcli"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line dice roller for tabletop RPGs with advantage/disadvantage and probability estimation"
readme = "README.md"
keywords = [
    "dice",
    "rpg",
    "ttrpg",
    "roller",
    "cli",
]
categories = [
    "command-line-utilities",
    "games",
]
license = "MIT"
repository = "https://github.com/volnuttz/roll"

[lib]
name = "roll"
path = "src/lib.rs"

[[bin]]
name = "roll"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crossterm]
version = "0.28"

[dependencies.rand]
version = "0.9"

[dependencies.ratatui]
version = "0.29"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.toml]
version = "0.8"

[dev-dependencies.rand]
version = "0.9"
features = ["small_rng"]