# 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 = "2021" rust-version = "1.70" name = "cardpack" version = "0.5.2" authors = ["electronicpanopticon "] build = false exclude = [ ".github/workflows/*", "examples/*", ".gitignore", ".travis.yml", "Cargo.lock", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Generic Deck of Cards" homepage = "https://github.com/ImperialBower/cardpack.rs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ImperialBower/cardpack.rs.git" [lib] name = "cardpack" path = "src/lib.rs" [dependencies.colored] version = "2.1.0" [dependencies.fluent-templates] version = "0.10.1" [dependencies.flume] version = "0.11.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.22" [dependencies.rand] version = "0.8.5" [dependencies.spin] version = "0.9.8" [dependencies.term-table] version = "1.4.0" [dependencies.unic-langid] version = "0.9.5" features = ["macros"] [dev-dependencies.rstest] version = "0.22.0"