yuru 0.1.7

A fast phonetic fuzzy finder for the shell
# 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.90"
name = "yuru"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast phonetic fuzzy finder for the shell"
readme = "README.md"
keywords = [
    "fuzzy",
    "finder",
    "phonetic",
    "shell",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ameyanagi/yuru"

[features]
default = ["image"]
image = ["yuru-tui/image"]

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.ignore]
version = "0.4"

[dependencies.regex]
version = "1"

[dependencies.shlex]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.yuru-core]
version = "0.1.7"

[dependencies.yuru-ja]
version = "0.1.7"

[dependencies.yuru-ko]
version = "0.1.7"

[dependencies.yuru-tui]
version = "0.1.7"
default-features = false

[dependencies.yuru-zh]
version = "0.1.7"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

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