g1r/Cargo.toml

21 lines
477 B
TOML
Raw Normal View History

2023-02-17 08:38:32 +00:00
[package]
2023-02-18 23:55:51 +00:00
name = "g1r"
2023-02-17 08:38:32 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-03-01 11:25:44 +00:00
tokio = { version = "1.36.0", features = ["full"] }
2023-02-24 01:04:54 +00:00
tokio-socks = "0.5.1"
2024-03-02 10:01:30 +00:00
tokio-rustls = "0.25.0"
tokio-native-tls = "0.3.1"
native-tls = "0.2.11"
2024-03-01 11:25:44 +00:00
rand = "0.8.5"
toml = "0.8.10"
2024-03-02 11:54:16 +00:00
base64 = "0.22.0"
2024-03-06 10:27:32 +00:00
regex = "1.10.3"
2024-03-01 11:25:44 +00:00
serde = { version = "1.0.197", features = ["derive"] }
colored = "2.1.0"
futures = "0.3.30"