# 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 = "clashtui" version = "0.1.0" authors = ["Johan Chane "] exclude = [ "PKGBUILD", "Scoop/*", "App/*", ] description = "Mihomo TUI Client" homepage = "https://github.com/JohanChane/clashtui" documentation = "https://github.com/JohanChane/clashtui" readme = "README.md" license = "MIT" repository = "https://github.com/JohanChane/clashtui" [dependencies.anyhow] version = "1.0" [dependencies.argh] version = "0.1.0" [dependencies.crossterm] version = "0.27" [dependencies.encoding] version = "0.2.33" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1.2" [dependencies.ratatui] version = "0.23.0" features = ["all-widgets"] [dependencies.reqwest] version = "0.11.22" features = [ "blocking", "socks", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.toml] version = "0.8.8"