tinyboot-ch32-app 0.2.0

App-side library 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-app"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "App-side library 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 = ["tinyboot-ch32-hal/ch32v003f4p6"]
defmt = ["dep:defmt"]
system-flash = ["tinyboot-ch32-hal/system-flash"]

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

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

[dependencies.defmt]
version = "1.0"
optional = true

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

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

[dependencies.tinyboot]
version = "0.2.0"
default-features = false

[dependencies.tinyboot-ch32-hal]
version = "0.2.0"
default-features = false

[dependencies.tinyboot-protocol]
version = "0.2.0"