# 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_arm" version = "0.2.3" description = "Armv7-A port for the R3-OS original kernel" keywords = [ "r3", "arm", ] 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.macropol] version = "0.1.2" [dependencies.memoffset] version = "0.6.5" features = ["unstable_const"] [dependencies.r0] version = "1.0.0" [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.tock-registers] version = "0.7.0" [features] doc = [] preload-registers = []