2024-08-10 07:58:20 +00:00
|
|
|
[package]
|
|
|
|
name = "nzr-virt"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-08-15 07:15:41 +00:00
|
|
|
tracing = { version = "0.1", features = ["log"] }
|
2024-08-10 07:58:20 +00:00
|
|
|
thiserror = "1"
|
|
|
|
tokio = { version = "1", features = ["process"] }
|
|
|
|
|
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
quick-xml = { version = "0.36", features = ["serialize"] }
|
|
|
|
serde_with = "2"
|
|
|
|
uuid = { version = "1.10", features = ["v4", "fast-rng"] }
|
|
|
|
|
|
|
|
virt = "0.4"
|
|
|
|
|
|
|
|
nzr-api = { path = "../nzr-api" }
|
|
|
|
|
|
|
|
tempfile = "3"
|