[package] name = "yazi-config" version = "0.2.4" 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.4" } # External dependencies anyhow = "1.0.81" arc-swap = "1.7.0" crossterm = "0.27.0" futures = "0.3.30" glob = "0.3.1" indexmap = "2.2.5" md-5 = "0.10.6" ratatui = "0.26.1" serde = { version = "1.0.197", features = [ "derive" ] } shell-words = "1.1.0" toml = { version = "0.8.11", features = [ "preserve_order" ] } validator = { version = "0.17.0", features = [ "derive" ] }