# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cli-menu" version = "0.0.0" description = "A library for outputting selection options and parsing user selections in command line applications." keywords = ["menu", "cli", "command-line"] categories = ["command-line-interface", "value-formatting", "parsing"] license = "AGPL-3.0-or-later" repository = "https://github.com/noah-friedman/cli-menu/" resolver = "2" [[test]] name = "cucumber" path = "src/stepdefs.rs" harness = false [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.cucumber] version = "0.11" [dev-dependencies.futures] version = "0.3"