tinyboot 0.3.0

CLI firmware flasher for tinyboot bootloader
# 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"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI firmware flasher for tinyboot bootloader"
readme = "README.md"
keywords = [
    "bootloader",
    "embedded",
    "firmware",
    "flasher",
    "serial",
]
categories = [
    "command-line-utilities",
    "embedded",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/OpenServoCore/tinyboot"

[[bin]]
name = "tinyboot"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

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

[dependencies.env_logger]
version = "0.11"

[dependencies.indicatif]
version = "0.17"

[dependencies.log]
version = "0.4"

[dependencies.object]
version = "0.36"
features = [
    "read",
    "elf",
]
default-features = false

[dependencies.serialport]
version = "4"

[dependencies.thiserror]
version = "2"

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