leadr 2.8.6

Shell aliases on steroids
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 = "2024"
name = "leadr"
version = "2.8.6"
authors = ["ll-nick"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shell aliases on steroids"
readme = "README.md"
keywords = [
    "cli",
    "shortcuts",
    "terminal",
    "aliases",
    "shell",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/ll-nick/leadr"

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

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

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

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.crossterm]
version = "0.29.0"
features = ["use-dev-tty"]

[dependencies.directories]
version = "6.0.0"

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

[dependencies.strip-ansi-escapes]
version = "0.2.1"

[dependencies.toml]
version = "1"

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