# 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 = "menu" version = "0.6.0" authors = ["Jonathan 'theJPster' Pallant "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple #[no_std] command line interface." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-embedded-community/menu" [lib] name = "menu" path = "src/lib.rs" [[example]] name = "noline" path = "examples/noline.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.embedded-io] version = "0.6.1" [dependencies.noline] version = "0.5.0" optional = true [dev-dependencies.noline] version = "0.5.0" features = ["std"] [dev-dependencies.pancurses] version = "0.16" [dev-dependencies.termion] version = "4.0.2" [features] default = ["echo"] echo = []