colorls 1.0.11

A fast, production-ready Rust rewrite of colorls: a beautified ls with icons, colors, git status and tree view.
# 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"
rust-version = "1.75"
name = "colorls"
version = "1.0.11"
authors = ["Hadi Cahyadi <cumulus13@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "colorls"
description = "A fast, production-ready Rust rewrite of colorls: a beautified ls with icons, colors, git status and tree view."
readme = "README.md"
license = "MIT"
repository = "https://github.com/cumulus13/colorls-rs"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.clap]
version = "4"
features = [
    "derive",
    "wrap_help",
]

[dependencies.clap-color-help]
version = "0.1.3"

[dependencies.clap-version-flag]
version = "1.0.7"

[dependencies.colored]
version = "2.1"

[dependencies.dirs]
version = "5.0"

[dependencies.indexmap]
version = "=2.2.6"

[dependencies.once_cell]
version = "1.19"

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.terminal_size]
version = "0.3"

[dependencies.thiserror]
version = "1.0"

[dependencies.unicode-width]
version = "0.1"

[target.'cfg(all(unix, not(target_os = "android")))'.dependencies.users]
version = "0.11"

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