[package] name = "cycle-menu" version = "0.4.2" edition = "2021" authors = ["MnlPhlp "] license = "MIT OR Apache-2.0" description = "simple no-std compatible library to create a menu that can be cycled through and shown with custom input/output" homepage = "https://github.com/MnlPhlp/cycle-menu" repository = "https://github.com/MnlPhlp/cycle-menu" keywords = ["menu", "cycle", "embedded", "no-std"] categories = ["embedded", "no-std", "gui"] readme = "README.md" [features] default = ["std"] std = [] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]