[package] name = "yazi-tty" description = "Yazi TTY access layer" version = "26.5.9" edition.workspace = true license.workspace = true authors.workspace = true homepage.workspace = true repository.workspace = true rust-version.workspace = true [lints] workspace = true [dependencies] yazi-macro = { path = "../yazi-macro", version = "26.5.6" } yazi-shared = { path = "../yazi-shared", version = "26.5.6" } yazi-shim = { path = "../yazi-shim", version = "26.5.6" } # External dependencies parking_lot = { workspace = true } tracing = { workspace = true } [target."cfg(unix)".dependencies] libc = { workspace = true } [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.61.2", features = [ "Win32_Globalization", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Console", "Win32_System_Threading", "Win32_Security" ] }