-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
34 lines (32 loc) · 848 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
[package]
name = "doinghisjob"
version = "0.1.0"
authors = ["Xephobia <[email protected]>"]
edition = "2018"
description = "multi purpose bot written in rust"
license-file = "LICENSE"
repository = "https://github.com/Xephobia/doinghisjob"
keywords = ["bot", "discord", "async"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = { version = "0.10.9", features = [
"rustls_backend",
"framework",
"standard_framework",
] }
tokio = { version = "1.11.0", features = ["macros", "rt-multi-thread"] }
serde_json = "1.0.67"
image = "0.23.14"
lingua = "1.2.2"
seamcarving = "0.2.3"
rand = "0.8.4"
hex = "0.4.3"
md-5 = "0.9.1"
sha-1 = "0.9.8"
sha2 = "0.9.6"
chacha20 = "0.8.1"
num = "0.4.0"
anyhow = "1.0.43"
clap = "2.33.3"
base64 = "0.13.0"
paste = "1.0.5"