cardpack 0.6.8

Generic Deck of Cards
Documentation
[package]
name = "cardpack"
description = "Generic Deck of Cards"
version = "0.6.8"
authors = ["electronicpanopticon <gaoler@electronicpanopticon.com>"]
repository = "https://github.com/ImperialBower/cardpack.rs.git"
homepage = "https://github.com/ImperialBower/cardpack.rs"
edition = "2024"
rust-version = "1.85"
license = "Apache-2.0"
keywords = ["poker", "cards", "library"]
categories = ["game-development"] # https://crates.io/category_slugs
include = ["src/**", "Cargo.toml", "LICENSE", "README.md", "src/basic/decks/yaml/*.yaml"]

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
colored = "3.0"
fluent-templates = "0.13"
itertools = "0.14.0"
log = "0.4.27"
rand = "0.9"
serde = { version = "1.0.219", features = ["derive"] }
serde_norway = "0.9.42"
thiserror = "2.0.17"

[dev-dependencies]
ckc-rs = "0.1.15"
clap = { version = "4.5", features = ["derive", "unicode"] }
env_logger = "0.11"
rstest = "0.25"
term-table = "1.4.0"