[package] name = "yazi-dds" version = "0.2.4" edition = "2021" license = "MIT" authors = [ "sxyazi " ] description = "Yazi data distribution service" homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] yazi-boot = { path = "../yazi-boot", version = "0.2.4" } yazi-shared = { path = "../yazi-shared", version = "0.2.4" } # External dependencies anyhow = "1.0.82" mlua = { version = "0.9.7", features = [ "lua54", "vendored" ] } parking_lot = "0.12.1" serde = { version = "1.0.198", features = [ "derive" ] } serde_json = "1.0.116" tokio = { version = "1.37.0", features = [ "full" ] } tokio-stream = "0.1.15" tokio-util = "0.7.10" [target."cfg(unix)".dependencies] uzers = "0.11.3"