hal-mik32 0.2.1

Rust hardware abstraction layer for MIK32 microcontrollers.
Documentation
# 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"
rust-version = "1.87.0"
name = "hal-mik32"
version = "0.2.1"
authors = ["Alex Newlifer"]
build = false
include = [
    "src/**",
    "examples/**",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust hardware abstraction layer for MIK32 microcontrollers."
readme = "README.md"
keywords = [
    "mik32",
    "hal",
    "embedded",
    "no-std",
    "riscv",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "CC0-1.0"
repository = "https://github.com/Newlifer/hal-mik32"

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

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

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

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

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

[dependencies.critical-section]
version = "1.2.0"

[dependencies.embedded-dma]
version = "0.2.0"

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

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

[dependencies.embedded-timers]
version = "0.4.0"

[dependencies.fugit]
version = "0.4.0"

[dependencies.heapless]
version = "0.9.2"

[dependencies.mik32-pac]
version = "1.1.0"

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

[dependencies.riscv]
version = "0.16.1"