lla_plugin_utils 0.4.2

Blazing Fast and highly customizable ls Replacement with Superpowers
Documentation
[package]
name = "lla_plugin_utils"
version.workspace = true
edition.workspace = true
description.workspace = true
authors.workspace = true
license.workspace = true

[dependencies]
lla_plugin_interface = { path = "../lla_plugin_interface", version = "0.4.2" }
serde = { workspace = true }
colored = { workspace = true }
toml = { workspace = true }
dirs = { workspace = true }
prost = { workspace = true }
bytes = "1.5.0"
chrono = { workspace = true }
users = { workspace = true }
indicatif = { workspace = true }
console = "0.15.8"
dialoguer = "0.11.0"
syntect = { version = "5.1.0", optional = true }
lazy_static = { version = "1.4", optional = true }

[features]
default = ["config", "ui", "format", "syntax", "interactive"]
config = []
ui = []
format = []
syntax = ["syntect", "lazy_static"]
interactive = []