-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
28 lines (26 loc) · 819 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
[package]
name = "limonium"
version = "2.1.7"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
# https://crates.io/
[dependencies]
openssl = { version = "0.10.68", features = ["vendored"] }
reqwest = { version = "0.12.9", features = ["stream"] }
serde = "1.0.216"
serde_derive = "1.0.215"
serde_json = "1.0.133"
async-trait = "0.1.83"
tokio = { version = "1.42.0", features = ["rt-multi-thread", "macros"] }
colored = "2.1.0"
self_update = { version = "0.42.0", features = ["archive-zip", "compression-zip-deflate"] }
uuid = { version = "1.11.0", features = ["v4"] }
chrono = "0.4.39"
clap = "4.5.23"
openssh-sftp-client = "0.15.2"
openssh = "0.11.4"
indicatif = "0.17.9"
regex = "1.11.1"
tempdir = "0.3.7"
futures-util = "0.3.31"
once_cell = "1.20.2"