forked from Headline/discord-compiler-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
51 lines (44 loc) · 1.11 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
46
47
48
49
50
51
[package]
name = "discord-compiler-bot"
description = "Discord bot to compile your spaghetti code."
version = "3.5.4"
authors = ["Michael Flaherty (Headline#9999)"]
edition = "2021"
build = "src/build.rs"
[dev-dependencies]
rusty-hook = "0.11.2"
[dependencies]
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.11" }
dotenv = "0.15.0"
regex = "1"
log = "0.4"
pretty_env_logger = "0.4.0"
strip-ansi-escapes = "0.1.0"
serde = { version = "1.0.*", features = ["derive"] }
serde_json = "1.0"
lru-cache = "0.1"
async-trait = "0.1"
content_inspector = "0.2"
shell-words = "1.1.0"
const_format = "0.2"
lazy_static = "1.4.0"
similar = "2.1.0"
#tests
indoc = "2.0.0"
test-context = "0.1"
#dbl
dbl-rs = "0.3"
futures-util = "0.3.6"
warp = "0.3"
chrono = "0.4.19"
[dependencies.serenity]
version = "=0.11.5"
default-features = false
features = ["collector", "gateway", "builder", "standard_framework", "http", "model", "client", "framework", "utils", "rustls_backend"]
[dependencies.wandbox]
version = "0.1"
[dependencies.godbolt]
git = "https://github.com/Headline/godbolt-rs"
branch = "master"
#path = '../godbolt-rs'