Add get file info to afc

This commit is contained in:
Jackson Coxson
2025-04-05 11:16:43 -06:00
parent 88d031edd7
commit 4d893e9d8c
5 changed files with 135 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ indexmap = { version = "2.7", features = ["serde"], optional = true }
uuid = { version = "1.12", features = ["serde", "v4"], optional = true }
async-recursion = { version = "1.1", optional = true }
base64 = { version = "0.22", optional = true }
chrono = { version = "0.4.40", optional = true, default_features = false }
serde_json = { version = "1", optional = true }
json = { version = "0.12", optional = true }
@@ -43,7 +44,7 @@ tun-rs = { version = "2.0.8", features = ["async_tokio"] }
bytes = "1.10.1"
[features]
afc = []
afc = ["dep:chrono"]
core_device_proxy = ["dep:serde_json", "dep:json", "dep:byteorder"]
debug_proxy = []
dvt = ["dep:byteorder", "dep:ns-keyed-archive"]