[package] name = "infoterm" version = "0.1.1" authors = ["LunarLambda "] edition = "2021" description = "ncurses-compatible terminfo parsing library" documentation = "https://docs.rs/infoterm" repository = "https://git.buny.computer/lambda/terminfo" license = "ISC" [features] default = ["index", "expand", "search"] expand = [] index = ["phf"] search = ["dirs"] [dependencies] dirs = { version = "5.0.1", optional = true } phf = { version = "0.11.2", features = ["macros"], optional = true } nom = "7.1.3" thiserror = "1.0.48"