tinyboot-protocol 0.2.0

Protocol implementation for tinyboot bootloader
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"
name = "tinyboot-protocol"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protocol implementation for tinyboot bootloader"
readme = "README.md"
keywords = [
    "bootloader",
    "embedded",
    "firmware",
    "protocol",
    "no-std",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/OpenServoCore/tinyboot"
resolver = "2"

[features]
default = []
defmt = ["dep:defmt"]

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

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

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

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