tinyboot-ch32-hal 0.2.0

Hardware abstraction layer for tinyboot on CH32 microcontrollers
# 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 = "tinyboot-ch32-hal"
version = "0.2.0"
build = "build.rs"
links = "tinyboot-ch32-hal"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hardware abstraction layer for tinyboot on CH32 microcontrollers"
readme = "README.md"
keywords = [
    "bootloader",
    "embedded",
    "ch32",
    "risc-v",
    "no-std",
]
categories = [
    "embedded",
    "no-std",
    "hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/OpenServoCore/tinyboot"
resolver = "2"

[features]
ch32v003f4p6 = ["ch32-metapac/ch32v003f4p6"]
system-flash = []

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

[dependencies.ch32-metapac]
version = "0.0.6"
features = ["pac"]
default-features = false

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

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

[dependencies.embedded-io]
version = "0.7"

[dependencies.embedded-storage]
version = "0.3"

[build-dependencies.ch32-metapac]
version = "0.0.6"
features = ["metadata"]
default-features = false