# 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" name = "television-rs" version = "0.1.0" authors = ["Alexandre Pasmantier "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "The revolution will be televised" readme = "README.md" keywords = [ "search", "fuzzy", "preview", "tui", "terminal", ] categories = [ "command-line-utilities", "command-line-interface", "concurrency", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/alexpasmantier/television" [[bin]] name = "television-rs" path = "src/main.rs" [dependencies.better-panic] version = "0.3.0" [dependencies.clap] version = "4.4.5" features = [ "derive", "cargo", "wrap_help", "unicode", "string", "unstable-styles", ] [dependencies.color-eyre] version = "0.6.3" [dependencies.config] version = "0.14.0" [dependencies.crossterm] version = "0.28.1" features = [ "serde", "event-stream", ] [dependencies.derive_deref] version = "1.1.1" [dependencies.directories] version = "5.0.1" [dependencies.futures] version = "0.3.30" [dependencies.human-panic] version = "2.0.1" [dependencies.json5] version = "0.4.1" [dependencies.lazy_static] version = "1.5.0" [dependencies.libc] version = "0.2.158" [dependencies.pretty_assertions] version = "1.4.0" [dependencies.ratatui] version = "0.28.1" features = [ "serde", "macros", ] [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0.125" [dependencies.signal-hook] version = "0.3.17" [dependencies.strip-ansi-escapes] version = "0.2.0" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.tokio] version = "1.39.3" features = ["full"] [dependencies.tokio-util] version = "0.7.11" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-error] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "serde", ] [build-dependencies.anyhow] version = "1.0.86" [build-dependencies.vergen-gix] version = "1.0.0" features = [ "build", "cargo", ]