-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
36 lines (34 loc) · 897 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
29
30
31
32
33
34
35
36
[package]
name = "aeon-rs"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1"
base64 = "0.22"
chromiumoxide = { git = "https://github.com/caido/dependency-chromiumoxide.git", rev = "3e5dcdc", default-features = false, features = ["tokio-runtime"] }
flate2 = "1"
futures = "0.3"
gouth = "0.2"
image = "0.24"
mathjax = { version = "0.1", default-features = false, features = ["node", "image"] }
mongodb = "3"
nipper = "0.1"
parse_duration = "2.1"
prost = "0.13"
regex = "1"
reqwest = { version = "0.12" }
serde = "1"
serde_json = "1"
serde_repr = "0.1"
slashook = { git = "https://github.com/tonkku107/slashook.git", rev = "97f9ccf" }
socketio-rs = "0.1"
sysinfo = "0.32"
tokio = "1"
toml = "0.8"
tonic = { version = "0.12", features = ["tls"] }
twilight-gateway = "0.15"
twilight-http = "0.15"
twilight-model = "0.15"
unicode_names2 = "1.3"
[build-dependencies]
# tonic-build = "0.9"