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]
|
|
|
|
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 10:50:15 +00:00
|
|
|
toml = "0.7.2"
|
2023-02-18 06:47:35 +00:00
|
|
|
serde = "1.0.152"
|
2023-02-18 20:39:11 +00:00
|
|
|
tokio-openssl = "0.6.3"
|
2023-02-19 05:00:55 +00:00
|
|
|
colored = "2"
|