# 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 = "hpm-rt" version = "0.1.0" authors = ["JasonTan "] description = "Minimal runtime / startup for HPMicro MCUs" readme = "README.md" keywords = [ "riscv", "runtime", "startup", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/hpm-rs/hpm-rt" [package.metadata.docs.rs] targets = [ "x86_64-pc-windows-msvc", "riscv32imac-unknown-none-elf", ] [dependencies.cfg-if] version = "1.0.0" [dependencies.r0] version = "1.0.0" [dependencies.riscv] version = "0.10" [dependencies.riscv-rt-macros] version = "0.2.0" [dev-dependencies.panic-halt] version = "0.2.0"