# 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 = "creamhack" version = "0.1.0" authors = ["hyunbin0550 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Dreamhack TUI client" homepage = "https://github.com/KimWang906/creamhack" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/KimWang906/creamhack" [[bin]] name = "creamhack" path = "src/main.rs" [dependencies.anyhow] version = "1.0.87" features = ["backtrace"] [dependencies.color-eyre] version = "0.6.3" [dependencies.crossterm] version = "0.28.1" [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "5.0.1" [dependencies.keyring] version = "3.2.1" default-features = false [dependencies.log] version = "0.4.22" [dependencies.log4rs] version = "1.3.0" [dependencies.ratatui] version = "0.28.1" [dependencies.reqwest] version = "0.12.7" features = [ "json", "blocking", "cookies", ] [dependencies.rpassword] version = "7.3.1" [dependencies.serde] version = "1.0.128" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.tokio] version = "1.40.0" features = [ "full", "tokio-macros", ] [dependencies.tokio-macros] version = "2.4.0" [dependencies.toml] version = "0.8.19" [dependencies.toml_edit] version = "0.22.21" [dependencies.tui-tree-widget] version = "0.22.0" [dependencies.whoami] version = "1.5.2" [dependencies.zip] version = "2.2.0" [target.x86_64-pc-windows-msvc.dependencies.keyring] version = "3.2.1" features = ["windows-native"] default-features = false [target.x86_64-unknown-linux-gnu.dependencies.keyring] version = "3.2.1" features = ["linux-native"] default-features = false [target.x86_64_apple_darwin.dependencies.keyring] version = "3.2.1" features = ["apple-native"] default-features = false