[package] name = "cardpack" description = "Generic Deck of Cards" version = "0.5.2" authors = ["electronicpanopticon "] repository = "https://github.com/ImperialBower/cardpack.rs.git" homepage = "https://github.com/ImperialBower/cardpack.rs" edition = "2021" rust-version = "1.70" license = "Apache-2.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.1.0" fluent-templates = "0.10.1" flume = "0.11.0" lazy_static = "1.4.0" log = "0.4.22" rand = "0.8.5" spin = "0.9.8" term-table = "1.4.0" unic-langid = { version = "0.9.5", features = ["macros"] } [dev-dependencies] rstest = "0.22.0"