mcumgr-toolkit 0.8.1

Core library of the software suite for Zephyr's MCUmgr protocol
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.85"
name = "mcumgr-toolkit"
version = "0.8.1"
authors = ["Finomnis <finomnis@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library of the software suite for Zephyr's MCUmgr protocol"
readme = "README.md"
keywords = [
    "zephyr",
    "mcumgr",
    "smp",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Finomnis/mcumgr-toolkit"

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "transport_serial_tests"
path = "tests/transport_serial_tests.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.ciborium]
version = "0.2.2"

[dependencies.crc]
version = "3.4.0"

[dependencies.hex]
version = "0.4.3"
features = ["serde"]

[dependencies.log]
version = "0.4.28"

[dependencies.miette]
version = "7.6.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.regex]
version = "1.12.2"

[dependencies.ringbuf]
version = "0.4.8"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_bytes]
version = "0.11.19"

[dependencies.serde_repr]
version = "0.1.20"

[dependencies.serialport]
version = "4.7.3"
features = [
    "usbportinfo-interface",
    "serde",
]
default-features = false

[dependencies.sha2]
version = "0.10.9"

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.proptest]
version = "1.9.0"