[package] name = "ezmenulib" version = "0.2.10" edition = "2021" authors = ["Ahmad Baalbaky "] documentation = "https://docs.rs/ezmenulib" description = "Build easily a CLI menu." repository = "https://github.com/ahbalbk/ezmenulib" categories = ["command-line-interface"] keywords = ["cli", "menu", "interface"] license = "MIT" readme = "README.md" exclude = [ "tests/*" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = { version = "0.4.19", optional = true } [features] default = [] date = ["chrono"]