Some work on making the dav crate framework-agnostic

This commit is contained in:
Lennart
2025-06-02 21:35:22 +02:00
parent bcc6bef848
commit 05ff2536f6
9 changed files with 175 additions and 71 deletions

View File

@@ -6,9 +6,11 @@ description.workspace = true
repository.workspace = true
publish = false
[features]
actix = ["dep:actix-web"]
[dependencies]
rustical_xml.workspace = true
actix-web.workspace = true
async-trait.workspace = true
futures-util.workspace = true
quick-xml.workspace = true
@@ -20,3 +22,6 @@ derive_more.workspace = true
tracing.workspace = true
tracing-actix-web.workspace = true
tokio.workspace = true
http.workspace = true
actix-web = { workspace = true, optional = true }
headers.workspace = true