[package] name = "tooey" version = "0.7.2" edition = "2021" license = "MIT" description = "A simplistic no-std library for terminal display" repository = "https://github.com/T-O-R-U-S/tooey" homepage = "https://github.com/T-O-R-U-S/tooey" documentation = "https://docs.rs/tooey" readme = "README.md" keywords = ["tui", "no_std", "console", "colors"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ndarray = { version="0.15.6", default-features=false } log = "0.4.17" [features] default = ["objects"] objects = [] no_std = [] std = []