g1r/Cargo.toml

22 lines
450 B
TOML
Raw Permalink Normal View History

2023-02-17 00:38:32 -08:00
[package]
2023-02-18 15:55:51 -08:00
name = "g1r"
2023-02-17 00:38:32 -08:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
openssl = "0.10.45"
async-openai = "0.6.1"
tokio = { version = "1.23.0", features = ["full"] }
rand = "0.8.4"
regex = "1.7.1"
2023-02-17 02:50:15 -08:00
toml = "0.7.2"
2023-02-17 22:47:35 -08:00
serde = "1.0.152"
2023-02-18 12:39:11 -08:00
tokio-openssl = "0.6.3"
2023-02-19 13:08:48 -08:00
colored = "2"
2023-02-23 17:04:54 -08:00
tokio-socks = "0.5.1"
2023-02-19 21:48:17 -08:00
socks = "0.3.4"
2023-02-21 05:03:32 -08:00
random_word = "0.3.0"
2023-02-23 17:04:54 -08:00
#leetspeak = "0.2.0"