# 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" rust-version = "1.59" name = "panic-semihosting" version = "0.6.0" authors = ["The Cortex-M Team ", "Jorge Aparicio "] description = "Report panic messages to the host stderr using semihosting" documentation = "https://docs.rs/panic-semihosting" 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" resolver = "2" [package.metadata.docs.rs] targets = ["thumbv6m-none-eabi"] [dependencies.cortex-m] version = ">= 0.5.6, < 0.8" [dependencies.cortex-m-semihosting] version = ">= 0.5.0, < 0.6" [features] exit = [] jlink-quirks = ["cortex-m-semihosting/jlink-quirks"]