-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
41 lines (39 loc) · 1.24 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
[package]
name = "sekshibot"
version = "0.1.0"
authors = ["Renée Kooi <[email protected]>"]
edition = "2018"
[dependencies]
anyhow = "1.0.31"
base64 = "0.22.0"
chrono = { version = "0.4.13", features = ["serde"] }
chrono-humanize = "0.2.1"
femme = "2.1.0"
flume = { version = "0.11.0", default-features = false, features = ["select", "eventual-fairness"] }
gumdrop = "0.8.0"
indoc = "2.0.5"
lazy_static = "1.4.0"
log = "0.4.8"
maud = "0.26.0"
metrics = "0.24.0"
metrics-exporter-prometheus = { version = "0.16.0", default-features = false }
metrics-process = "2.3.0"
native-tls = "0.2.10"
nom = { version = "7.0.0", features = ["std"], default-features = false }
r2d2 = "0.8.9"
r2d2_sqlite = "0.25.0"
rusqlite = { version = "0.32.0", features = ["bundled"] }
rusqlite_migration = "1.0.0"
serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.56"
sha1_smol = "1.0.0"
shorten-url = "1.0.0"
signal-hook = "0.3.13"
thiserror = "1.0.20"
tiny_http = "0.12.0"
tungstenite = { version = "0.24.0", features = ["native-tls", "url"] }
ureq = { version = "2.4.0", default-features = false, features = ["native-tls", "gzip", "json"] }
url = "2.2.2"
yolofd = { git = "https://github.com/goto-bus-stop/yolofd.git", branch = "default" }
[profile.release]
lto = true