# 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 = "letsplayretrogames" version = "0.2.8" authors = ["Sara Vieira"] description = "A CLI for the letsplayretro.games website" homepage = "https://github.com/SaraVieira/letsplayretrogames-cli" readme = "README.md" keywords = ["letsplayretrogames"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/SaraVieira/letsplayretrogames-cli" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.comfy-table] version = "6.1.0" [dependencies.reqwest] version = "0.11.6" features = [ "gzip", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.spinners] version = "4.1.0" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "2.1"