mnemo-rest 0.5.21

REST API server for Mnemo
Documentation
[package]
name = "mnemo-rest"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "REST API server for Mnemo"

[dependencies]
mnemo-core = { workspace = true }
mnemo-compliance = { workspace = true }
axum = { workspace = true }
tower-http = { workspace = true }
tokio = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
uuid = { workspace = true }
chrono = { workspace = true }
tracing = { workspace = true }

[dev-dependencies]
mnemo-core = { workspace = true }
tokio = { workspace = true }
serde_json = { workspace = true }
tower = { version = "0.5", features = ["util"] }
http-body-util = "0.1"
hyper = "1"