[dependencies.firefly-types]
version = "0.7.1"
[dependencies.postcard]
version = "1.1.3"
[lib]
name = "firefly_hal"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Hardware Abstraction Layer for Firefly Zero device and emulators"
edition = "2024"
license = "MIT"
name = "firefly-hal"
readme = "README.md"
rust-version = "1.89.0"
version = "0.3.1"
[target.'cfg(not(target_os = "none"))'.dependencies.battery]
version = "0.7.8"
[target.'cfg(not(target_os = "none"))'.dependencies.embedded-io]
features = ["std"]
version = "0.6.1"
[target.'cfg(not(target_os = "none"))'.dependencies.gilrs]
version = "0.11.1"
[target.'cfg(not(target_os = "none"))'.dependencies.hound]
version = "3.5.1"
[target.'cfg(not(target_os = "none"))'.dependencies.rand]
version = "0.9.2"
[target.'cfg(not(target_os = "none"))'.dependencies.rodio]
features = ["playback"]
version = "0.21.1"
[target.'cfg(target_family = "wasm")'.dependencies.embedded-io]
features = ["std"]
version = "0.6.1"
[target.'cfg(target_family = "wasm")'.dependencies.gilrs]
version = "0.11.0"
[target.'cfg(target_family = "wasm")'.dependencies.rust-embed]
features = ["debug-embed"]
version = "8.0.0"
[target.'cfg(target_family = "wasm")'.dependencies.vfs]
features = ["embedded-fs"]
version = "0.12.0"
[target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen]
version = "0.2.93"
[target.'cfg(target_family = "wasm")'.dependencies.web-sys]
features = ["Window", "Performance"]
version = "0.3.69"
[target.'cfg(target_os = "none")'.dependencies.cobs]
default-features = false
version = "0.5.0"
[target.'cfg(target_os = "none")'.dependencies.embedded-hal]
version = "1.0.0"
[target.'cfg(target_os = "none")'.dependencies.embedded-hal-bus]
default-features = false
version = "0.3.0"
[target.'cfg(target_os = "none")'.dependencies.embedded-io]
default-features = false
version = "0.6.1"
[target.'cfg(target_os = "none")'.dependencies.embedded-sdmmc]
default-features = false
version = "0.9.0"
[target.'cfg(target_os = "none")'.dependencies.esp-alloc]
features = ["esp32s3", "nightly"]
version = "0.9.0"
[target.'cfg(target_os = "none")'.dependencies.esp-hal]
features = ["esp32s3", "unstable"]
version = "1.0.0"
[target.'cfg(target_os = "none")'.dependencies.micromath]
default-features = false
version = "2.1.0"