# 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-ui" version = "0.0.0" authors = ["hazer-hazer"] description = "Simple UI framework created for embedded systems" readme = "README.md" keywords = [ "embedded", "ui", "gui", "graphics", "no-std", ] categories = [ "embedded", "gui", "graphics", "no-std", ] license = "MIT" [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-canvas] version = "0.3.1" [dependencies.embedded-graphics] version = "0.8.1" [dependencies.embedded-graphics-core] version = "0.4.0" [dependencies.embedded-text] version = "0.7.1" [dev-dependencies.embedded-graphics-simulator] version = "0.6.0" [features] default = [] defmt = ["dep:defmt"] std = []