alf_tui 0.5.0

A smolderingly-nimble Rust TUI to rediscover your custom shell.
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"
rust-version = "1.74.0"
name = "alf_tui"
version = "0.5.0"
authors = ["Metal Gabe"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A smolderingly-nimble Rust TUI to rediscover your custom shell."
readme = "README.md"
keywords = [
    "cli",
    "tui",
    "shell",
    "aliases",
    "functions",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/metal-gabe/alf-cli"

[features]
default = ["syntax-highlighting"]
syntax-highlighting = ["syntect"]

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
]

[dependencies.crossterm]
version = "0.28"

[dependencies.directories]
version = "5.0"

[dependencies.dirs]
version = "5.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.fs4]
version = "0.8"
features = ["sync"]

[dependencies.log]
version = "0.4"

[dependencies.nucleo-matcher]
version = "0.3"

[dependencies.ratatui]
version = "0.28"

[dependencies.regex]
version = "1.10"

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

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

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dev-dependencies.husky-rs]
version = "0.2.2"

[dev-dependencies.insta]
version = "1"
features = ["filters"]

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.tempfile]
version = "3.10"

[profile.dev-release]
lto = false
codegen-units = 16
inherits = "release"

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