television-fuzzy 0.0.21

The revolution will be televised.
Documentation
[dependencies.nucleo]
version = "0.5.0"

[dependencies.parking_lot]
version = "0.12.3"

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

[lints.clippy]
cast_precision_loss = "allow"
float_cmp = "allow"
from_iter_instead_of_collect = "allow"
implicit_hasher = "allow"
map_unwrap_or = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
return_self_not_must_use = "allow"
similar_names = "allow"
too_many_lines = "allow"
uninlined_format_args = "allow"
wildcard_imports = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[package]
authors = ["Alexandre Pasmantier <alex.pasmant@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "command-line-interface", "concurrency", "development-tools"]
description = "The revolution will be televised."
edition = "2021"
homepage = "https://github.com/alexpasmantier/television"
keywords = ["search", "fuzzy", "preview", "tui", "terminal"]
license = "MIT"
name = "television-fuzzy"
readme = "README.md"
repository = "https://github.com/alexpasmantier/television"
rust-version = "1.81"
version = "0.0.21"