diehard 1.0.0

A dice roll simulator for tabletop RPGs (and other dice games)
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"
rust-version = "1.95"
name = "diehard"
version = "1.0.0"
authors = ["Michael Dippery <michael@monkey-robot.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A dice roll simulator for tabletop RPGs (and other dice games)"
documentation = "https://docs.rs/diehard"
readme = "README.md"
keywords = [
    "dice",
    "random",
    "simulation",
    "game",
    "rpg",
]
categories = [
    "command-line-utilities",
    "game-development",
]
license = "GPL-3.0-or-later"

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

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.clap-verbosity-flag]
version = "3.0.4"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.log]
version = "0.4.32"

[dependencies.rand]
version = "0.10.1"

[dev-dependencies.paste]
version = "1.0.15"

[dev-dependencies.proptest]
version = "1.11.0"