[package] name = "television-derive" version = "0.0.27" edition = "2021" description = "The revolution will be televised." license = "MIT" authors = ["Alexandre Pasmantier "] repository = "https://github.com/alexpasmantier/television" homepage = "https://github.com/alexpasmantier/television" keywords = ["search", "fuzzy", "preview", "tui", "terminal"] categories = [ "command-line-utilities", "command-line-interface", "concurrency", "development-tools", ] rust-version = "1.83" [dependencies] proc-macro2 = "1.0.93" quote = "1.0.38" syn = "2.0.96" [lib] proc-macro = true