[package] name = "termo" version = "0.16.0" edition = "2021" description = "yet another terminal ui framework" repository = "https://xo.rs" authors = ["incredimo"] license = "MIT" [lib] path = "src/lib.rs" [dependencies] inquire = "0.6.1" chrono = "0.4.24" termo_gen = {version = "1.0.3"} lazy_static = "1.4.0" crossterm = "0.27.0" kdam = { version = "0.5.0", features = ["spinner", "template", "gradient"] } serde_json = "1.0.104" colored_json = "4.0.0" rand = "0.8.5"