# 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 = "firesquare-launcher" version = "0.1.0" authors = ["Egor Ternovoy "] include = [ "/src", "/LICENSE", "/style.css", ] description = "firesquare minecraft launcher" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/fire-square/FireLaunch" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 1 overflow-checks = true incremental = false strip = true [dependencies.anyhow] version = "^1.0" [dependencies.dirs] version = "^4.0" [dependencies.env_logger] version = "^0.10" [dependencies.gtk4] version = "^0.5" [dependencies.hex] version = "^0.4" [dependencies.log] version = "^0.4" [dependencies.log-panics] version = "^2" features = ["with-backtrace"] [dependencies.rand] version = "^0.8" [dependencies.relm4] version = "0.5.0-rc.1" [dependencies.relm4-components] version = "0.5.0-rc.1" [dependencies.relm4-macros] version = "0.5.0-rc.1" [dependencies.reqwest] version = "^0.11" [dependencies.sha1] version = "^0.10" [dependencies.sha256] version = "^1" [dependencies.thiserror] version = "^1.0" [dependencies.tokio] version = "^1.0" features = ["full"] [dependencies.tracker] version = "^0.2"