# 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" rust-version = "1.71.0" name = "embedded-simple-ui" version = "1.0.1" authors = ["Freja "] description = "Simple UI elements (LED, hw switch, etc.) with implementations on top of embedded-hal and embedded-time crates " documentation = "https://docs.rs/embedded-simple-ui/" readme = "README.md" keywords = [ "embedded", "ui", "simpleui", "simple", ] categories = [ "no-std", "embedded", ] license = "Apache-2.0" repository = "https://github.com/0xfrej/vlcb-rs.git" [dependencies.embedded-hal] version = "1.0.0-rc.1" [dependencies.embedded-time] version = "0.12.1"