television 0.9.2

The revolution will be televised.
[[bin]]
bench = false
name = "tv"
path = "crates/television/main.rs"

[build-dependencies.vergen-gix]
features = ["build", "cargo", "rustc"]
version = "1.0.0"

[dependencies.better-panic]
version = "0.3.0"

[dependencies.clap]
features = ["derive", "cargo", "string", "derive", "cargo", "string"]
version = "4.5.20"

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.config]
version = "0.14.0"

[dependencies.copypasta]
version = "0.10.1"

[dependencies.crossterm]
features = ["serde"]
version = "0.28.1"

[dependencies.directories]
version = "5.0.1"

[dependencies.human-panic]
version = "2.0.2"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.ratatui]
features = ["serde", "macros", "serde", "macros"]
version = "0.29.0"

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

[dependencies.serde]
features = ["derive", "derive"]
version = "1.0.214"

[dependencies.signal-hook]
version = "0.3.17"

[dependencies.syntect]
version = "5.2.0"

[dependencies.television-channels]
version = "0.0.21"

[dependencies.television-derive]
version = "0.0.21"

[dependencies.television-fuzzy]
version = "0.0.21"

[dependencies.television-previewers]
version = "0.0.21"

[dependencies.television-screen]
version = "0.0.21"

[dependencies.television-utils]
version = "0.0.21"

[dependencies.tokio]
features = ["full", "full"]
version = "1.41.1"

[dependencies.toml]
version = "0.8.19"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
features = ["env-filter", "serde", "env-filter", "serde"]
version = "0.3.18"

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

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.devicons]
version = "0.6.11"

[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 = "build.rs"
categories = ["command-line-utilities", "command-line-interface", "concurrency", "development-tools"]
description = "The revolution will be televised."
edition = "2021"
homepage = "https://github.com/alexpasmantier/television"
include = ["LICENSE", "README.md", "themes/**/*.toml", "crates/television/**/*.rs", "build.rs", ".config/config.toml", "cable"]
keywords = ["search", "fuzzy", "preview", "tui", "terminal"]
license = "MIT"
name = "television"
readme = "README.md"
repository = "https://github.com/alexpasmantier/television"
rust-version = "1.81"
version = "0.9.2"

[profile.deb]
debug = 0
inherits = "release"

[profile.profiling]
debug = 2
inherits = "release"

[profile.release]
codegen-units = 1
lto = "fat"

[profile.staging]
debug = 2
inherits = "dev"
lto = false
opt-level = 3

[target.'cfg(target_os = "macos")'.dependencies.crossterm]
features = ["serde", "use-dev-tty"]
version = "0.28.1"