# 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 = "clash-cli" version = "0.3.0" description = "CLI for clash" readme = "README.md" license = "MIT" [dependencies.async-trait] version = "0.1.74" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.6" features = [ "cargo", "derive", "env", ] [dependencies.clap-markdown] version = "0.1.3" [dependencies.clap_complete] version = "4.4.3" [dependencies.colored] version = "2.0.4" [dependencies.futures] version = "0.3.28" [dependencies.home] version = "0.5.5" [dependencies.open] version = "5.0.0" [dependencies.readable] version = "0.12.0" [dependencies.reqwest] version = "0.11.22" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.serde_yaml] version = "0.9.25" [dependencies.tabled] version = "0.14.0" features = ["color"] [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.17"