[package] authors = ["David Peter "] categories = ["command-line-utilities"] description = "LS_COLORS manager with multiple themes" homepage = "https://github.com/sharkdp/dircolors-hd" license = "MIT/Apache-2.0" name = "dircolors-hd" readme = "README.md" repository = "https://github.com/sharkdp/dircolors-hd" version = "0.2.0" exclude = ["demo/*"] [dependencies] yaml-rust = "0.4" lazy_static = "1.2.0" ansi_colours = "1.0" [dependencies.clap] version = "2" features = ["suggestions", "color", "wrap_help"]