[package] name = "yazi-widgets" version = "25.6.11" edition = "2024" license = "MIT" authors = [ "sxyazi " ] description = "Yazi user interface widgets" homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] yazi-binding = { path = "../yazi-binding", version = "25.6.11" } yazi-config = { path = "../yazi-config", version = "25.6.11" } yazi-macro = { path = "../yazi-macro", version = "25.6.11" } yazi-parser = { path = "../yazi-parser", version = "25.6.11" } yazi-shared = { path = "../yazi-shared", version = "25.6.11" } yazi-term = { path = "../yazi-term", version = "25.6.11" } # External dependencies anyhow = { workspace = true } base64 = { workspace = true } crossterm = { workspace = true } futures = { workspace = true } parking_lot = { workspace = true } ratatui = { workspace = true } tokio = { workspace = true } unicode-width = { workspace = true } [target."cfg(windows)".dependencies] clipboard-win = "5.4.1" [target.'cfg(target_os = "macos")'.dependencies] crossterm = { workspace = true, features = [ "use-dev-tty", "libc" ] }