blob: 8257da73a6be6a1b1b0f321819f1fd6d6b1e743a [file] [log] [blame]
# 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 = "cortex-m-semihosting"
version = "0.5.0"
authors = ["The Cortex-M Team <cortex-m@teams.rust-embedded.org>", "Jorge Aparicio <japaricious@gmail.com>"]
description = "Semihosting for ARM Cortex-M processors"
documentation = "https://docs.rs/cortex-m-semihosting"
readme = "README.md"
keywords = ["semihosting", "arm", "cortex-m"]
categories = ["no-std", "embedded"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-embedded/cortex-m"
resolver = "2"
[dependencies.cortex-m]
version = ">= 0.5.8, < 0.8"
[features]
jlink-quirks = []
no-semihosting = []