28 lines
701 B
TOML
28 lines
701 B
TOML
|
[package]
|
||
|
name = "vorebot"
|
||
|
version = "0.2.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
asklyphe-common = { path = "../asklyphe-common" }
|
||
|
tokio = { version = "1.0", features = ["full"] }
|
||
|
serde = { version = "1.0", features = ["derive"] }
|
||
|
rand = "0.8.5"
|
||
|
rmp-serde = "1.1.2"
|
||
|
base64 = "0.21.7"
|
||
|
image = "0.24.8"
|
||
|
isahc = "1.7.2"
|
||
|
ulid = "1.0.0"
|
||
|
async-nats = "0.38.0"
|
||
|
futures = "0.3.28"
|
||
|
chrono = "0.4.26"
|
||
|
once_cell = "1.18.0"
|
||
|
env_logger = "0.10.0"
|
||
|
log = "0.4.19"
|
||
|
mutex-timeouts = { version = "0.3.0", features = ["tokio"] }
|
||
|
prometheus_exporter = "0.8.5"
|
||
|
thirtyfour = "0.35.0"
|
||
|
stopwords = "0.1.1"
|
||
|
texting_robots = "0.2.2"
|