-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
33 lines (31 loc) · 992 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "mihoro"
description = "Mihomo CLI client on Linux."
version = "0.5.0"
edition = "2021"
readme = "README.md"
license = "MIT"
authors = ["spencerwooo <[email protected]>"]
homepage = "https://github.com/spencerwooo/mihoro"
repository = "https://github.com/spencerwooo/mihoro"
keywords = ["cli", "clash", "network", "linux", "mihomo"]
categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4", features = ["derive"] }
clap_complete = "4.4"
colored = "2.0"
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
flate2 = "1.0"
shellexpand = "3.1"
openssl = { version = "0.10", features = ["vendored"] }
serde_yaml = "0.9"
local-ip-address = "0.5"
reqwest = { version = "0.11", features = ["stream"] }
futures-util = "0.3"
indicatif = "0.17"
tokio = { version = "1.34", features = ["full"] }
truncatable = "0.1"
anyhow = "1.0"
base64 = "0.22"