yuru-tui 0.2.3

Terminal user interface for Yuru
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.90"
name = "yuru-tui"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal user interface for Yuru"
readme = "README.md"
keywords = [
    "fuzzy",
    "finder",
    "tui",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ameyanagi/yuru"

[features]
default = ["image"]
image = [
    "dep:image",
    "dep:ratatui",
    "dep:ratatui-image",
    "dep:resvg",
]

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

[dependencies.anyhow]
version = "1"

[dependencies.crossterm]
version = "0.28"
features = ["use-dev-tty"]

[dependencies.image]
version = "0.25"
optional = true

[dependencies.ratatui]
version = "0.30"
optional = true
default-features = false

[dependencies.ratatui-image]
version = "11.0.0-alpha.2"
features = ["image-defaults"]
optional = true
default-features = false

[dependencies.resvg]
version = "0.47.0"
optional = true

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

[dependencies.unicode-width]
version = "0.2"

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

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"