# 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_m" version = "0.3.3" description = "Cortex-M 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.memoffset] version = "0.6.5" features = ["unstable_const"] [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" [features] doc = [] preload-registers = [] [target."cfg(target_os = \"none\")".dependencies.cortex-m] version = ">= 0.6.2, < 0.8.0" [target."cfg(target_os = \"none\")".dependencies.cortex-m-rt] version = ">= 0.6.12, < 0.8.0"