[package] name = "cli-menu" description = "A library for outputting selection options and parsing user selections in command line applications." version = "0.0.0" edition = "2021" repository = "https://github.com/noah-friedman/cli-menu/" license = "AGPL-3.0-or-later" keywords = ["menu", "cli", "command-line"] categories = ["command-line-interface", "value-formatting", "parsing"] [dev-dependencies] cucumber = "0.11" async-trait = "0.1" futures = "0.3" [[test]] name = "cucumber" path = "src/stepdefs.rs" harness = false