# 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" name = "hpm-riscv-rt" version = "0.0.0" authors = ["Andelf "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal runtime / startup for HPM's RISC-V CPU; placeholder" homepage = "https://github.com/andelf/hpm-hal" documentation = "https://docs.rs/hpm-hal" readme = "README.md" keywords = [ "riscv", "hpm", "runtime", "startup", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT/Apache-2.0" repository = "https://github.com/andelf/hpm-hal" [lib] name = "hpm_riscv_rt" path = "src/lib.rs" [dependencies.riscv] version = "0.11.1"