# 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 = "2018" rust-version = "1.59" name = "e310x-hal" version = "0.11.0" authors = ["David Craven "] description = "HAL for the E310x family of microcontrollers." readme = "README.md" keywords = [ "riscv", "e310", "hal", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "ISC" repository = "https://github.com/riscv-rust/e310x-hal" [package.metadata.docs.rs] features = [ "g002", "virq", ] [dependencies.e310x] version = "0.11.0" features = [ "rt", "critical-section", ] [dependencies.embedded-hal] version = "0.2.6" features = ["unproven"] [dependencies.nb] version = "1.0.0" [dependencies.riscv] version = "0.10.1" features = ["critical-section-single-hart"] [features] g002 = ["e310x/g002"] virq = []