mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-06 03:06:04 +00:00
39 lines
1.2 KiB
TOML
39 lines
1.2 KiB
TOML
[package]
|
|
name = "revolt-pushd"
|
|
version = "0.13.7"
|
|
edition = "2021"
|
|
license = "AGPL-3.0-or-later"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
revolt-result = { workspace = true }
|
|
revolt-config = { workspace = true, features = ["report-macros", "anyhow"] }
|
|
revolt-database = { workspace = true }
|
|
revolt-models = { workspace = true, features = ["validator"] }
|
|
revolt-presence = { workspace = true, features = ["redis-is-patched"] }
|
|
revolt-parser = { workspace = true }
|
|
|
|
anyhow = { workspace = true }
|
|
|
|
lapin = { workspace = true }
|
|
fcm_v1 = { workspace = true }
|
|
web-push = { workspace = true }
|
|
isahc = { workspace = true, features = ["json"], optional = true }
|
|
revolt_a2 = { workspace = true, features = ["ring"] }
|
|
redis-kiss = { workspace = true, default-features = false, features = ["tokio-runtime"] }
|
|
tokio = { workspace = true }
|
|
async-trait = { workspace = true }
|
|
ulid = { workspace = true }
|
|
|
|
log = { workspace = true }
|
|
pretty_env_logger = { workspace = true }
|
|
|
|
regex = { workspace = true }
|
|
|
|
#serialization
|
|
serde_json = { workspace = true }
|
|
revolt_optional_struct = { workspace = true }
|
|
serde = { workspace = true }
|
|
iso8601-timestamp = { workspace = true, features = ["serde", "bson"] }
|
|
base64 = { workspace = true }
|