[package] name = "btui" version = "0.6.12" edition = "2018" authors = ["Moritz Sokoll "] license = "MIT" homepage = "https://gitlab.sokoll.com/moritz/btui-rs" repository = "https://gitlab.sokoll.com/moritz/btui-rs" documentation = "https://docs.rs/btui" readme = "README.md" description = "make simple beautiful text user interfaces with btui" [lib] name = "btui" path = "src/lib.rs" crate-type = ["lib"] required-features = [] doc = true [features] default = ["core", "linux", "pbar"] core = [] linux = ["core"] pbar = ["linux"]