cardpack 0.4.13

Generic Deck of Cards
Documentation
[package]
name = "cardpack"
description = "Generic Deck of Cards"
version = "0.4.13"
authors = ["folkengine <gaoler@electronicpanopticon.com>"]
repository = "https://github.com/ContractBridge/cardpack.rs.git"
homepage = "https://github.com/ContractBridge/cardpack.rs"
edition = "2021"
license = "AGPL-3.0"
exclude = [".github/workflows/*", "examples/*", ".gitignore", ".travis.yml", "Cargo.lock"]

[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 = "2"
fluent-templates = "0.6.1"
lazy_static = "1.4.0"
rand = "0.8.4"
term-table = "1.3.2"
unic-langid = { version = "0.9.0", features = ["macros"] }

[dev-dependencies]
rstest = "0.12.0"