blaze-keys 0.3.0

Zsh plugin for blazing fast Zsh commands, providing customizable leader-key combos and project-specific keybinds.
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 = "blaze-keys"
version = "0.3.0"
build = false
exclude = [
    "res",
    "docs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "blz"
description = "Zsh plugin for blazing fast Zsh commands, providing customizable leader-key combos and project-specific keybinds."
readme = "README.md"
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/enhanced-primate/blaze-keys"

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

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

[[bin]]
name = "tut"
path = "src/bin/tutorial.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.box_drawing]
version = "0.1.2"

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

[dependencies.colored]
version = "3.0.0"

[dependencies.flexi_logger]
version = "0.31.7"

[dependencies.fnv]
version = "1.0.7"

[dependencies.glob]
version = "0.3.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.libc]
version = "0.2.178"

[dependencies.log]
version = "0.4.29"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.phf]
version = "0.13.1"
features = [
    "macros",
    "phf_macros",
]

[dependencies.regex]
version = "1.12.2"

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

[dependencies.serde_json]
version = "1.0.148"

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.shellexpand]
version = "3.1.1"

[dependencies.termion]
version = "4.0.6"

[dependencies.thiserror]
version = "2.0.17"

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