# 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.60.0" name = "riscv-semihosting" version = "0.1.2" authors = [ "The Cortex-M Team ", "Jorge Aparicio ", "The RISC-V Team ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Semihosting for RISCV processors" documentation = "https://docs.rs/riscv-semihosting" readme = "README.md" keywords = [ "semihosting", "riscv", ] categories = [ "no-std", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/riscv-rust/riscv" [lib] name = "riscv_semihosting" path = "src/lib.rs" [dependencies.critical-section] version = "1.2.0" [dependencies.riscv] version = "0.12.1" [features] default = ["jlink-quirks"] jlink-quirks = [] no-semihosting = [] u-mode = []