# 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" name = "soliterm-model" version = "0.1.0" authors = ["Chris Bouchard "] description = "Shared model types for soliterm" homepage = "https://sr.ht/~chrisbouchard/soliterm/" readme = "README.md" keywords = [ "cards", "console", "game", "solitaire", "tui", ] categories = ["games"] license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~chrisbouchard/soliterm" [dependencies.derive_more] version = "0.99.17" [dependencies.enum-map] version = "2.4.1" [dependencies.itertools] version = "0.10.3" [dependencies.permutations] version = "0.1.1" features = ["random"] [dependencies.rand] version = "0.8.5" [dependencies.seq-macro] version = "0.3.1" [dependencies.velcro] version = "0.5.3" [dev-dependencies.assert2] version = "0.3.6" [dev-dependencies.mockall] version = "0.11.2" [dev-dependencies.rstest] version = "0.15.0"