# 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_support_rza1" version = "0.2.2" description = "Supporting package for running R3-OS on Renesas RZ/A1" keywords = [ "r3", "arm", "renesas", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/r3-os/r3" resolver = "2" [package.metadata.docs.rs] all-features = true targets = [] rustdoc-args = [ "--html-in-header", "src/common.md", ] [dependencies.embedded-hal] version = "0.2.4" optional = true [dependencies.nb] version = "1.0.0" optional = true [dependencies.r3] version = "0.2.0" [dependencies.r3_kernel] version = "0.1.0" [dependencies.r3_port_arm] version = "0.2.0" [dependencies.r3_portkit] version = "0.2.0" [dependencies.rza1] version = "0.2.0" features = ["ostm"] [features] doc = [] semver-exempt = [ "embedded-hal", "rza1/cpg", "rza1/gpio", "rza1/scif", "nb", ]