lla_plugin_utils 0.5.4

Blazing Fast and highly customizable ls Replacement with Superpowers
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "lla_plugin_utils"
version = "0.5.4"
authors = ["Achaq <hi@achaq.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blazing Fast and highly customizable ls Replacement with Superpowers"
readme = "README.md"
license = "MIT"

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

[lib]
name = "lla_plugin_utils"
path = "src/lib.rs"

[dependencies.bytes]
version = "1.5.0"

[dependencies.chrono]
version = "0.4"

[dependencies.colored]
version = "2.0"

[dependencies.console]
version = "0.15.8"

[dependencies.dialoguer]
version = "0.11.0"

[dependencies.dirs]
version = "5.0.1"

[dependencies.indicatif]
version = "0.17.9"

[dependencies.lazy_static]
version = "1.4"
optional = true

[dependencies.lla_plugin_interface]
version = "0.5.4"

[dependencies.prost]
version = "0.12"

[dependencies.serde]
version = "1.0.207"
features = ["derive"]

[dependencies.syntect]
version = "5.1.0"
optional = true

[dependencies.toml]
version = "0.8.19"

[dependencies.users]
version = "0.11"