# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) cargo-features = ["strip"] [package] edition = "2018" name = "rstationhub" version = "0.0.0" description = "Unofficial game launcher for UnityStation" homepage = "https://github.com/Fogapod/rstationhub" license = "MIT" repository = "https://github.com/Fogapod/rstationhub" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.better-panic] version = "0.2.0" [dependencies.crossterm] version = "0.21" [dependencies.log] version = "0.4" features = ["release_max_level_info"] [dependencies.parking_lot] version = "0.11" [dependencies.reqwest] version = "0.11.4" features = ["blocking", "json"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.simple-logging] version = "2.0.2" [dependencies.tui] version = "0.16.0" features = ["crossterm"] default-features = false [features] default = ["rustls", "geolocation"] geolocation = [] native-tls = ["reqwest/native-tls"] rustls = ["reqwest/rustls-tls"]