panic-semihosting 0.7.0

Report panic messages to the host stderr using semihosting
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 = "panic-semihosting"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Report panic messages to the host stderr using semihosting"
documentation = "https://docs.rs/panic-semihosting"
readme = "README.md"
keywords = [
    "panic-handler",
    "panic-impl",
    "panic",
    "semihosting",
]
categories = [
    "no-std",
    "embedded",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-embedded/cortex-m"

[package.metadata.docs.rs]
targets = ["thumbv6m-none-eabi"]

[features]
exit = []
jlink-quirks = ["cortex-m-semihosting/jlink-quirks"]

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

[dependencies.cortex-m]
version = ">= 0.5.6, < 0.8"

[dependencies.cortex-m-semihosting]
version = "0.6"