[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.81" mlua = { version = "0.9.6", features = [ "lua54", "vendored" ] } parking_lot = "0.12.1" serde = { version = "1.0.197", features = [ "derive" ] } serde_json = "1.0.114" tokio = { version = "1.36.0", features = [ "full" ] } # Logging tracing = { version = "0.1.40", features = [ "max_level_debug", "release_max_level_warn" ] }