cardpack 0.6.9

Generic Deck of Cards
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.85"
name = "cardpack"
version = "0.6.9"
authors = ["electronicpanopticon <gaoler@electronicpanopticon.com>"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "src/basic/decks/yaml/*.yaml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic Deck of Cards"
homepage = "https://github.com/ImperialBower/cardpack.rs"
readme = "README.md"
keywords = [
    "poker",
    "cards",
    "library",
]
categories = ["game-development"]
license = "Apache-2.0"
repository = "https://github.com/ImperialBower/cardpack.rs.git"

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

[dependencies.colored]
version = "3.0"

[dependencies.fluent-templates]
version = "0.13"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.27"

[dependencies.rand]
version = "0.9"

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

[dependencies.serde_norway]
version = "0.9.42"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.ckc-rs]
version = "0.1.15"

[dev-dependencies.clap]
version = "4.5"
features = [
    "derive",
    "unicode",
]

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.rstest]
version = "0.25"

[dev-dependencies.term-table]
version = "1.4.0"