-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
45 lines (43 loc) · 1.07 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
[package]
name = "cognicompany"
version = "0.1.0"
authors = ["Hannah Witvrouwen <hannah@hexodine.com>"]
edition = "2018"
[dependencies]
tokio = { version = "1", features = ["full"] }
serenity = { version = "0.12.0-rc", features = [
"builder",
"cache",
"rustls_backend",
"collector",
"client",
"framework",
"gateway",
"http",
"model",
"standard_framework",
"utils",
] }
async-openai = { git = "https://github.com/katya4oyu/async-openai.git", branch = "sendable_post_form", features = [
"native-tls-vendored",
] }
dotenv = "0.15.0"
serde = { version = "1.0", features = ["derive"] }
songbird = { version = "0.4.0-rc" }
serde_json = "1.0"
rustube = "0.6.0"
log = "0.4.20"
rand = "0.8.5"
regex = "1.10.2"
pretty_env_logger = "0.5.0"
chrono = "0.4.31"
html2text = "0.6.0"
reqwest = { version = "0.11.22", features = ["blocking"] }
sled = "0.34.7"
serenity-voice-model = "0.1.1"
base64 = "0.21.5"
minio = { git = "https://github.com/interval-org/minio-rs.git", ref = "28794ece06254c52bf8a5527feaece8f6589ddbd" }
typemap_rev = "0.3.0"
async-trait = "0.1.74"
[toolchain]
channel = "nightly"