# 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 = "starch" version = "0.1.1" authors = ["Benjamin Dengler "] exclude = [ ".idea/*", ".vscode/*", ".github/*", ] description = "CLI utility for the Steam version of RetroArch" readme = "README.md" keywords = [ "retroarch", "steam", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ekx/starch" [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.futures-util] version = "0.3.30" [dependencies.indicatif] version = "0.17.8" [dependencies.reqwest] version = "0.12.3" features = ["stream"] [dependencies.rust-ini] version = "0.21.0" [dependencies.sevenz-rust] version = "0.6.0" [dependencies.steamlocate] version = "2.0.0-beta.2" [dependencies.tokio] version = "1.37.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.zip] version = "0.6.6"