[package] name = "yacll" version = "0.7.1" edition = "2021" description = "Yet Another Curses-Like Library" license = "MIT OR Apache-2.0" repository = "https://git.whodiduexpect.com/placeholder/yacll" documentation = "https://docs.rs/yacll" keywords = ["curses", "tui", "crossterm", "terminal"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bitflags = "1.3.2" crossterm = "0.25.0" thiserror = "1.0.37" serde = { version = "1.0.147", features = ["derive"], optional = true } [features] serde = ["dep:serde"]