cardpack 0.4.9

Generic Deck of Cards
Documentation
[dependencies.colored]
version = "2"

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

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.rand]
version = "0.8.4"

[dependencies.term-table]
version = "1.3.2"

[dependencies.unic-langid]
features = ["macros"]
version = "0.9.0"
[dev-dependencies.rstest]
version = "0.12.0"

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

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