# 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 = "2018" name = "tactics-trainer-cli" version = "1.0.2" description = "Train chess tactics in your terminal" homepage = "https://github.com/marcusbuffett/chess-tactics-cli" keywords = ["cli", "chess"] license = "MIT" repository = "https://github.com/marcusbuffett/chess-tactics-cli" [[bin]] name = "tactics-trainer" path = "src/main.rs" [dependencies.anyhow] version = "1.0.40" [dependencies.clap] version = "3.0.1" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.prettytable-rs] version = "0.8.0" [dependencies.reqwest] version = "0.11.3" features = ["json"] [dependencies.rprompt] version = "1.0.5" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.shakmaty] version = "0.19.0" [dependencies.tokio] version = "1.5.0" features = ["full"]