kitsune/crates/kitsune-mastodon/Cargo.toml

31 lines
796 B
TOML

[package]
name = "kitsune-mastodon"
authors.workspace = true
edition.workspace = true
version.workspace = true
license.workspace = true
[dependencies]
diesel = "2.1.5"
diesel-async = "0.4.1"
futures-util = "0.3.30"
iso8601-timestamp = "0.2.17"
kitsune-cache = { path = "../kitsune-cache" }
kitsune-db = { path = "../kitsune-db" }
kitsune-embed = { path = "../kitsune-embed" }
kitsune-error = { path = "../kitsune-error" }
kitsune-service = { path = "../kitsune-service" }
kitsune-type = { path = "../kitsune-type" }
kitsune-url = { path = "../kitsune-url" }
kitsune-util = { path = "../kitsune-util" }
mime = "0.3.17"
serde = "1.0.197"
simd-json = "0.13.9"
smol_str = "0.2.1"
speedy-uuid = { path = "../../lib/speedy-uuid" }
tracing = "0.1.40"
typed-builder = "0.18.1"
[lints]
workspace = true