matchmaker-lib 0.0.6

A fuzzy finder for the terminal, powered by nucleo
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 = "matchmaker-lib"
version = "0.0.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fuzzy finder for the terminal, powered by nucleo"
readme = "README.md"
keywords = [
    "fuzzy",
    "finder",
    "tui",
    "nucleo",
    "fzf",
]
categories = [
    "command-line-utilities",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/Squirreljetpack/matchmaker"

[features]
bracketed-paste = ["crossterm/bracketed-paste"]
default = []
experimental = []
parallelism = []
partial = [
    "matchmaker-partial",
    "matchmaker-partial-macros/partial",
]

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "noninteractive"
path = "examples/noninteractive.rs"

[[example]]
name = "pick_1"
path = "examples/pick_1.rs"

[[example]]
name = "ripgrep"
path = "examples/ripgrep.rs"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.arrayvec]
version = "0.7.6"

[dependencies.atty]
version = "0.2.14"

[dependencies.bitflags]
version = "2.11"

[dependencies.bitflags-derive]
version = "0.0.4"

[dependencies.boxcar]
version = "0.2.14"

[dependencies.cli_boilerplate_automation]
version = "0"
features = [
    "serde",
    "bring",
]

[dependencies.crokey]
version = "1.3.0"

[dependencies.crossterm]
version = "0.29.0"
features = [
    "event-stream",
    "serde",
    "use-dev-tty",
]

[dependencies.easy-ext]
version = "1.0.2"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.futures]
version = "0.3"

[dependencies.indexmap]
version = "2.12.0"

[dependencies.log]
version = "0.4"

[dependencies.matchmaker-partial]
version = "0.0.5"
optional = true

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

[dependencies.mio]
version = "1.1.1"

[dependencies.nucleo]
version = "0.5.0"

[dependencies.paste]
version = "1.0.15"

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

[dependencies.ratatui]
version = "0.30"
features = ["serde"]

[dependencies.regex]
version = "1.12.2"

[dependencies.rustc-hash]
version = "2.1.1"

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

[dependencies.strum]
version = "0.27.2"

[dependencies.strum_macros]
version = "0.27.2"

[dependencies.thiserror]
version = "2.0.17"

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

[dependencies.toml]
version = "0.9.8"

[dependencies.unicode-segmentation]
version = "1.12.0"

[dependencies.unicode-width]
version = "^0.2.0"

[target."cfg(unix)".dependencies.nix]
version = "0.31.1"
features = ["poll"]

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"

[lints.clippy]
single_match = "allow"