-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
40 lines (38 loc) · 995 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
37
38
39
40
# Copyright 2024 Atakku <https://atakku.dev>
#
# This project is dual licensed under MIT and Apache.
[package]
name = "nekobot"
version = "0.0.1"
edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
askama = "0.12"
automod = "1"
axum = "0.6"
chrono = "0.4"
fluent = "0.16"
futures = "0.3"
intl-memoizer = "0.5"
log = "0.4"
poise = "0.5"
pretty_env_logger = "0.5"
reqwest = "0.11"
resvg = "0.35"
rust-embed = { version = "8", features = ["compression"] }
sea-query = "0"
sea-query-binder = { version = "0", features = ["sqlx-postgres"] }
serde = "1"
sqlx = { version = "0.7", features = ["runtime-tokio", "postgres"] }
teloxide = "0.12"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tokio-cron-scheduler = "0.9"
unicode-truncate = "0.2"
serde_urlencoded = "0.7"
url = "2"
axum_session = { version = "0.6", default-features = false, features = ["postgres-rustls"] }
regex = "1.9"
urlencoding = "2.1.3"
itertools = "0.12.0"
geoutils = "0.5.1"
derivative = "2.2.0"