defmt-test 0.5.0

A test harness for embedded devices
# 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 = "2021"
name = "defmt-test"
version = "0.5.0"
authors = ["The Knurling-rs developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A test harness for embedded devices"
readme = "README.md"
keywords = [
    "knurling",
    "defmt",
    "testing",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/knurling-rs/defmt"

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

[dependencies.defmt]
version = "1"

[dependencies.defmt-test-macros]
version = "=0.3.3"

[dependencies.semihosting]
version = "0.1"