# 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 = "releasecheck" version = "0.2.3" description = "Simple CLI app for getting a list of latest game releases from OpenCritic" license = "MIT" repository = "https://github.com/izoslav/releasecheck/" [dependencies.chrono] version = "0.4.19" features = ["clock", "serde"] default-features = false [dependencies.clap] version = "3.0.0-beta.4" [dependencies.futures] version = "0.3.17" [dependencies.prettytable-rs] version = "0.8.0" [dependencies.reqwest] version = "0.11.4" features = ["json", "default-tls"] default-features = false [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.tokio] version = "1.12.0" features = ["macros", "rt-multi-thread"] default-features = false