picleo 0.1.11

A fuzzy picker similar to fzf and Skim using the Nucleo library. Can be used via CLI or as a library.
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 = "picleo"
version = "0.1.11"
authors = ["Elio Grieco <grieco@egx.com>"]
build = false
exclude = [
    ".vscode/*",
    ".gitignore",
    ".aider.*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fuzzy picker similar to fzf and Skim using the Nucleo library. Can be used via CLI or as a library."
readme = "README.md"
keywords = [
    "fuzzy",
    "search",
    "picker",
    "menu",
    "nucleo",
]
categories = ["command-line-utilities"]
license = "BSD-3-Clause"
repository = "https://github.com/symplasma/picleo"

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

[[bin]]
name = "picleo"
path = "src/bin/picleo.rs"

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.comma]
version = "1.0.0"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.directories]
version = "6.0"

[dependencies.eunicode]
version = "0.1.5"

[dependencies.figment]
version = "0.10"
features = [
    "toml",
    "json",
    "yaml",
    "env",
]

[dependencies.nucleo]
version = "0.5.0"

[dependencies.ratatui]
version = "0.30.0"

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

[dependencies.shell-escape]
version = "0.1.5"