mg24-hal 0.1.2

HAL for Silicon Labs MG24 microcontroller
# 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 = "mg24-hal"
version = "0.1.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HAL for Silicon Labs MG24 microcontroller"
homepage = "https://github.com/fr9rx/mg24-hal"
documentation = "https://docs.rs/mg24-hal"
readme = "README.md"
keywords = [
    "embedded",
    "hal",
    "mg24",
    "no-std",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT"
repository = "https://github.com/fr9rx/mg24-hal"

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

[[example]]
name = "blink"
path = "examples/blink.rs"

[[example]]
name = "button"
path = "examples/button.rs"

[dependencies.cortex-m]
version = "0.7.7"

[dependencies.cortex-m-rt]
version = "0.7.5"

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

[dependencies.panic-halt]
version = "1.0.0"

[build-dependencies.cc]
version = "1.2.57"

[build-dependencies.dirs]
version = "6.0.0"