# 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.81.0" name = "flipperzero" version = "0.13.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust for Flipper Zero" readme = "README.md" license = "MIT" repository = "https://github.com/dcoles/flipperzero-rs" [package.metadata.docs.rs] all-features = true default-target = "thumbv7em-none-eabihf" targets = [] [lib] name = "flipperzero" path = "src/lib.rs" bench = false harness = false [[example]] name = "dialog" path = "examples/dialog.rs" required-features = ["alloc"] [[example]] name = "example_images" path = "examples/example_images.rs" [[example]] name = "gpio" path = "examples/gpio.rs" [[example]] name = "gui" path = "examples/gui.rs" [[example]] name = "hello-rust" path = "examples/hello-rust.rs" [[example]] name = "i2c-ds3231" path = "examples/i2c-ds3231.rs" [[example]] name = "notification" path = "examples/notification.rs" [[example]] name = "storage" path = "examples/storage.rs" [[example]] name = "stream_buffer" path = "examples/stream_buffer.rs" required-features = ["alloc"] [[example]] name = "threads" path = "examples/threads.rs" required-features = ["alloc"] [[example]] name = "view_dispatcher" path = "examples/view_dispatcher.rs" [[test]] name = "dolphin" path = "tests/dolphin.rs" harness = false [[test]] name = "string" path = "tests/string.rs" harness = false [dependencies.bitflags] version = "2.4" [dependencies.digest] version = "0.10" [dependencies.document-features] version = "0.2.0" optional = true [dependencies.embedded-hal] version = "1.0.0-rc.1" optional = true [dependencies.embedded-hal-0] version = "0.2.7" features = ["unproven"] optional = true package = "embedded-hal" [dependencies.flipperzero-sys] version = "0.13.0" [dependencies.flipperzero-test] version = "0.13.0" [dependencies.lock_api] version = "0.4" [dependencies.rand_core] version = "0.6" [dependencies.ufmt] version = "0.2.0" [dev-dependencies.crc32fast] version = "1" default-features = false [dev-dependencies.flipperzero-alloc] version = "0.13.0" [dev-dependencies.flipperzero-rt] version = "0.13.0" [features] alloc = []