# 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 = "r3_port_riscv" version = "0.3.1" description = "RISC-V port for the R3-OS original kernel" keywords = [ "r3", "riscv", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/r3-os/r3" [package.metadata.docs.rs] all-features = true targets = [] rustdoc-args = [ "--html-in-header", "src/common.md", ] [dependencies.macro_find_and_replace] version = "1.0.0" [dependencies.macropol] version = "0.1.3" [dependencies.r3_core_ks] version = "0.1.4" package = "r3_core" [dependencies.r3_kernel] version = "0.1.4" [dependencies.r3_portkit] version = "0.2.3" [dependencies.riscv] version = ">= 0.5.0, < 0.8.0" [dependencies.riscv-rt] version = ">= 0.6.0, < 0.9.0" optional = true [dependencies.seq-macro] version = "0.3.0" [dependencies.svgbobdoc] version = "0.3.0" [dependencies.tock-registers] version = "0.7.0" [dependencies.unstringify] version = "0.1.4" [features] doc = ["svgbobdoc/enable"] emulate-lr-sc = [] maintain-pie = [] preload-registers = []