m5dial-bsp 0.7.3

Board support package for the M5 Dial.
# 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"
name = "m5dial-bsp"
version = "0.7.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Board support package for the M5 Dial."
homepage = "https://codeberg.org/antoinezen/m5dial-bsp"
documentation = "https://antoinezen.codeberg.page/m5dial-bsp"
readme = "README.md"
license-file = "LICENSE"
repository = "https://codeberg.org/antoinezen/m5dial-bsp"
resolver = "3"

[lib]
name = "m5dial_bsp"
path = "src/lib.rs"

[dependencies.defmt]
version = "0.3.100"

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

[dependencies.embedded-hal-bus]
version = "0.3.0"

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

[dependencies.ft3267]
version = "0.1.0"

[dependencies.fugit]
version = "0.3.9"

[dependencies.gc9a01-rs]
version = "0.4.2"

[dependencies.rotary-encoder-hal]
version = "0.6.0"

[dependencies.rtc8563]
version = "0.1.0"

[profile.dev]
opt-level = "s"

[profile.release]
opt-level = "s"
lto = "fat"
codegen-units = 1
debug = 1
debug-assertions = false
overflow-checks = false
incremental = false