# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "klondike-rs" version = "1.1.0" authors = ["Chris Bouchard "] description = "CLI Klondike Solitaire written in Rust" readme = "README.md" categories = ["games"] license = "MIT" repository = "http://github.com/chrisbouchard/klondike-rs" [lib] name = "klondike_lib" path = "src/lib.rs" [[bin]] name = "klondike" path = "src/main.rs" [dependencies.config] version = "~0.9" [dependencies.derive_more] version = "~0.15" [dependencies.directories] version = "~2.0" [dependencies.euclid] version = "~0.20" [dependencies.itertools] version = "~0.8" [dependencies.lazy_static] version = "~1.4" [dependencies.log] version = "~0.4" [dependencies.log-panics] version = "~2.0" [dependencies.num-traits] version = "~0.2" [dependencies.num_enum] version = "~0.4" [dependencies.rand] version = "~0.7" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.simplelog] version = "~0.7" [dependencies.snafu] version = "~0.6" [dependencies.termion] version = "~1.5"