bestls 1.5.0

A fast and colorful Rust-based ls replacement CLI tool with JSON output and sorting options.
# 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 = "bestls"
version = "1.5.0"
authors = ["Murtaza Nazar <mkm9284@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast and colorful Rust-based ls replacement CLI tool with JSON output and sorting options."
homepage = "https://github.com/MurtadaNazar/bestls"
documentation = "https://docs.rs/bestls"
readme = "README.md"
keywords = [
    "cli",
    "ls",
    "rust",
    "terminal",
    "json",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/MurtadaNazar/bestls"

[badges.maintenance]
status = "actively-developed"

[features]
default = ["unix"]
unix = []

[[bin]]
name = "bestls"
path = "src/main.rs"

[dependencies.bytesize]
version = "1.3.0"

[dependencies.chrono]
version = "0.4.38"

[dependencies.clap]
version = "4.5.3"
features = ["derive"]

[dependencies.clap_complete]
version = "4.5.1"

[dependencies.dirs]
version = "5.0.1"

[dependencies.glob]
version = "0.3"

[dependencies.owo-colors]
version = "4.2.1"

[dependencies.rayon]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.tabled]
version = "0.20.0"

[dependencies.toml]
version = "0.8"

[target."cfg(unix)".dependencies.nix]
version = "0.27.1"
features = ["user"]

[profile.dev]
opt-level = 0
debug = 2
overflow-checks = true

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true