# 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.70.0" name = "flip-ui" version = "0.1.3" authors = ["Nils Wrenger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust integration for handling and compiling the UI built via the UI Flip UI Builder" readme = "README.md" keywords = [ "json", "no_std", "macros", ] categories = [ "no-std", "gui", "embedded", ] license = "MIT" repository = "https://github.com/flip-ui/flip-ui-rs" [package.metadata.docs.rs] default-target = "thumbv7em-none-eabihf" targets = [] [lib] name = "flip_ui" path = "src/lib.rs" harness = false [[test]] name = "test" path = "tests/test.rs" harness = false [dependencies.flip-ui-macro] version = "0.1.3" [dependencies.flipperzero] version = "0.11.0" [dev-dependencies.flipperzero_rt] version = "0.11.0" package = "flipperzero-rt" [dev-dependencies.flipperzero_test] version = "0.11.0" package = "flipperzero-test"