matchmaker-cli 0.0.4

Command-line interface for the matchmaker fuzzy finder
# 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 = "matchmaker-cli"
version = "0.0.4"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the matchmaker fuzzy finder"
readme = "README.md"
keywords = [
    "fuzzy",
    "finder",
    "tui",
    "nucleo",
    "fzf",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Squirreljetpack/matchmaker"

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

[dependencies.ansi-to-tui]
version = "8.0.0"

[dependencies.anyhow]
version = "1.0"

[dependencies.atty]
version = "0.2.14"

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

[dependencies.cli_boilerplate_automation]
version = "0.0.11"
features = [
    "text",
    "serde",
]

[dependencies.crokey]
version = "1.3.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4"

[dependencies.matchmaker-lib]
version = "0.0.4"
features = ["partial"]

[dependencies.matchmaker-partial]
version = "0.0.2"

[dependencies.matchmaker-partial-macros]
version = "0.0.4"
default-features = false

[dependencies.serde]
version = "1.0"

[dependencies.termimad]
version = "0.34.1"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.9.8"

[build-dependencies.clap]
version = "4.0"
features = ["derive"]

[build-dependencies.clap_complete]
version = "4.5"

[build-dependencies.strum]
version = "0.27.2"
features = ["strum_macros"]

[build-dependencies.strum_macros]
version = "0.27.2"

[build-dependencies.thiserror]
version = "2.0.17"