forked from daggy1234/R.Daggy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
42 lines (37 loc) · 1.29 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
# syntax = denzp/cargo-wharf-frontend:v0.1.0-alpha.2
[package]
name = "rdaggy"
version = "0.1.0"
authors = ["Daggy1234"]
edition = "2018"
# See more keys and their dfinitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = { version="0.10.9", features = ["client", "gateway", "cache", "rustls_backend", "model","framework", "standard_framework", "unstable_discord_api"] }
serenity_utils = { features = ["cache", "rustls_backend"], version = "0.6.1" }
tokio = { version = "1.11.0", features = ["macros","signal", "fs", "rt-multi-thread", "time"] }
dotenv = "0.15"
prettytable-rs = "0.8.0"
tracing = "0.1.28"
tracing-subscriber = "0.2.23"
tracing-futures = "0.2.5"
typemap = "0.3.3"
reqwest = {version="0.11.4",features=["json"]}
num-integer = "0.1.44"
time = {version="0.3.2", features=["std"]}
serde = "1.0.130"
uwuify = "0.2.2"
serde_json = "1.0.68"
unidecode = "0.3.0"
bottomify = {git="https://github.com/bottom-software-foundation/bottom-rs", branch="need_top"}
[dependencies.futures]
version = "0.3.13"
default-features = false
features = ["std"]
[dependencies.dagpirs]
version = "0.1.5"
default-features = true
features = ["serenity"]
[dependencies.sentry]
version = "0.22.0"
default-features = false
features = ["backtrace", "contexts", "panic", "reqwest", "rustls"]