# 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.80.0" name = "television-fuzzy" version = "0.0.7" authors = ["Alexandre Pasmantier "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The revolution will be televised." homepage = "https://github.com/alexpasmantier/television" readme = "README.md" keywords = [ "search", "fuzzy", "preview", "tui", "terminal", ] categories = [ "command-line-utilities", "command-line-interface", "concurrency", "development-tools", ] license = "MIT" repository = "https://github.com/alexpasmantier/television" [lib] name = "television_fuzzy" path = "src/lib.rs" [dependencies.nucleo] version = "0.5.0" [dependencies.parking_lot] version = "0.12.3"