# 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 = "embedded-menu" version = "0.6.1" authors = ["Dániel Buga "] description = "Simple interactive menu for embedded devices" readme = "README.md" categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/bugadani/embedded-menu" [[example]] name = "font" required-features = ["simulator"] [[example]] name = "no_title" required-features = ["simulator"] [[example]] name = "owned" required-features = ["simulator"] [[example]] name = "save_state" required-features = ["simulator"] [[example]] name = "scrolling" required-features = ["simulator"] [[example]] name = "scrolling_slice" required-features = ["simulator"] [[example]] name = "small" required-features = ["simulator"] [[example]] name = "color" required-features = ["simulator"] [dependencies.embedded-graphics] version = "0.8.0" [dependencies.embedded-graphics-simulator] version = "0.6.0" optional = true [dependencies.embedded-layout] version = "0.4.0" [dependencies.embedded-menu-macros] version = "0.4.0" [dependencies.embedded-text] version = "0.7" [dev-dependencies.embedded-graphics-simulator] version = "0.6.0" [dev-dependencies.rayon-core] version = "=1.11" [features] simulator = ["embedded-graphics-simulator"]