mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 14:11:10 +00:00
28 lines
740 B
TOML
28 lines
740 B
TOML
[package]
|
|
name = "fediwiki"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
activitypub_federation = { git = "https://github.com/LemmyNet/activitypub-federation-rust.git", branch = "parse-impl", features = ["axum"], default-features = false }
|
|
anyhow = "1.0.75"
|
|
async-trait = "0.1.74"
|
|
axum = "0.6.20"
|
|
axum-macros = "0.3.8"
|
|
chrono = { version = "0.4.31", features = ["serde"] }
|
|
diffy = "0.3.0"
|
|
enum_delegate = "0.2.0"
|
|
env_logger = { version = "0.10.1", default-features = false }
|
|
futures = "0.3.29"
|
|
rand = "0.8.5"
|
|
serde = "1.0.192"
|
|
serde_json = "1.0.108"
|
|
sha2 = "0.10.8"
|
|
tokio = { version = "1.34.0", features = ["full"] }
|
|
tracing = "0.1.40"
|
|
url = "2.4.1"
|
|
|
|
[dev-dependencies]
|
|
once_cell = "1.18.0"
|
|
reqwest = "0.11.22"
|
|
serial_test = "2.0.0"
|