[package] name = "yazi-scheduler" version = "0.2.3" edition = "2021" license = "MIT" authors = [ "sxyazi " ] description = "Yazi task scheduler" homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.3" } yazi-config = { path = "../yazi-config", version = "0.2.3" } yazi-shared = { path = "../yazi-shared", version = "0.2.3" } yazi-plugin = { path = "../yazi-plugin", version = "0.2.3" } # External dependencies anyhow = "^1" async-priority-channel = "^0" base64 = "^0" crossterm = "^0" futures = "^0" parking_lot = "^0" regex = "^1" tokio = { version = "^1", features = [ "parking_lot", "rt-multi-thread" ] } tokio-stream = "^0" # Logging tracing = { version = "^0", features = [ "max_level_debug", "release_max_level_warn" ] } [target.'cfg(not(target_os = "android"))'.dependencies] trash = "^3"