# 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.61" name = "riscv-rt" version = "0.13.0" authors = ["The RISC-V Team "] build = "build.rs" links = "riscv-rt" autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal runtime / startup for RISC-V CPU's" documentation = "https://docs.rs/riscv-rt" readme = "README.md" keywords = [ "riscv", "runtime", "startup", ] categories = [ "embedded", "no-std", ] license = "ISC" repository = "https://github.com/rust-embedded/riscv" [package.metadata.docs.rs] default-target = "riscv64imac-unknown-none-elf" targets = [ "riscv32i-unknown-none-elf", "riscv32imc-unknown-none-elf", "riscv32imac-unknown-none-elf", "riscv64imac-unknown-none-elf", "riscv64gc-unknown-none-elf", ] [lib] name = "riscv_rt" path = "src/lib.rs" [[example]] name = "empty" path = "examples/empty.rs" [[example]] name = "multi_core" path = "examples/multi_core.rs" [dependencies.riscv] version = "0.12.0" [dependencies.riscv-pac] version = "0.2.0" [dependencies.riscv-rt-macros] version = "0.2.2" [dev-dependencies.panic-halt] version = "0.2.0" [features] no-exceptions = [] no-interrupts = [] s-mode = ["riscv-rt-macros/s-mode"] single-hart = [] u-boot = [ "riscv-rt-macros/u-boot", "single-hart", ] v-trap = ["riscv-rt-macros/v-trap"]