[package] name = "yazi-config" version = "0.2.5" edition = "2021" license = "MIT" authors = [ "sxyazi " ] description = "Yazi configuration file parser" homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] yazi-shared = { path = "../yazi-shared", version = "0.2.5" } # External dependencies anyhow = "1.0.86" arc-swap = "1.7.1" bitflags = "2.6.0" crossterm = "0.27.0" globset = "0.4.14" indexmap = "2.2.6" ratatui = "0.27.0" serde = { version = "1.0.204", features = [ "derive" ] } toml = { version = "0.8.15", features = [ "preserve_order" ] } validator = { version = "0.18.1", features = [ "derive" ] } [target.'cfg(target_os = "macos")'.dependencies] crossterm = { version = "0.27.0", features = [ "use-dev-tty" ] }