# 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. cargo-features = ["strip"] [package] edition = "2018" name = "rshub" version = "0.1.6" authors = ["Fogapod "] exclude = [".github/*", ".assets/*"] description = "Unofficial game launcher for UnityStation" homepage = "https://github.com/Fogapod/rshub" keywords = ["ss13", "unitystation", "ui", "cli", "terminal"] categories = ["command-line-utilities", "games"] license = "MIT" repository = "https://github.com/Fogapod/rshub" [profile.release] lto = true codegen-units = 1 panic = "unwind" strip = true [dependencies.anyhow] version = "1.0.43" [dependencies.async-trait] version = "0.1.51" [dependencies.better-panic] version = "0.2.0" [dependencies.bytesize] version = "1.1.0" [dependencies.clap] version = "=3.0.0-beta.5" features = ["std", "derive", "cargo", "env", "suggestions"] default-features = false [dependencies.clap_derive] version = "=3.0.0-beta.5" [dependencies.crossterm] version = "0.22.1" [dependencies.dirs-next] version = "2.0.0" [dependencies.futures] version = "0.3.16" default-features = false [dependencies.log] version = "0.4" features = ["release_max_level_info"] [dependencies.reqwest] version = "0.11.4" features = ["json", "stream"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.simplelog] version = "0.11.0" default-features = false [dependencies.tokio] version = "1" features = ["rt-multi-thread", "sync", "fs", "process", "macros", "time"] default-features = false [dependencies.tui] version = "0.16" features = ["crossterm"] default-features = false [dependencies.zip] version = "0.5.13" features = ["deflate"] default-features = false [features] default = ["rustls"] geolocation = [] native-tls = ["reqwest/native-tls"] rustls = ["reqwest/rustls-tls"]