tildagon 0.0.6

Board support crate for the Electromagnetic Field Tildagon badge
# 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 = "2024"
name = "tildagon"
version = "0.0.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Board support crate for the Electromagnetic Field Tildagon badge"
homepage = "https://github.com/DanNixon/tildagon-rs"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/DanNixon/tildagon-rs"

[features]
top-board-2024 = []
top-board-none = []

[lib]
name = "tildagon"
path = "src/lib.rs"
test = false
bench = false

[dependencies.bmi2]
version = "0.1.2"

[dependencies.defmt]
version = "1.0.1"

[dependencies.embassy-embedded-hal]
version = "0.6.0"
features = ["defmt"]

[dependencies.embassy-futures]
version = "0.1.2"

[dependencies.embassy-sync]
version = "0.8.0"
features = ["defmt"]

[dependencies.embassy-time]
version = "0.5.1"
features = ["defmt"]

[dependencies.embedded-aw9523]
version = "0.2.1"

[dependencies.embedded-hal]
version = "1.0.0"

[dependencies.embedded-hal-async]
version = "1.0.0"

[dependencies.embedded-hal-bus]
version = "0.3.0"
features = [
    "async",
    "defmt-03",
]
default-features = false

[dependencies.esp-hal]
version = "=1.0.0"
features = [
    "defmt",
    "esp32s3",
    "unstable",
]

[dependencies.esp-hal-smartled]
version = "0.17.0"
features = [
    "defmt",
    "esp32s3",
]

[dependencies.fixedvec]
version = "0.2.4"

[dependencies.getset]
version = "0.1.6"

[dependencies.heapless]
version = "0.9.2"
features = ["defmt"]

[dependencies.mipidsi]
version = "0.10.0"
default-features = false

[dependencies.smart-leds]
version = "0.4.0"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]
default-features = false