# 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 = "hifive1" version = "0.12.0" authors = ["David Craven "] description = "Board support crate for HiFive1 and LoFive boards" readme = "README.md" keywords = [ "riscv", "register", "peripheral", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "ISC" repository = "https://github.com/riscv-rust/hifive1" [package.metadata.docs.rs] features = ["board-hifive1-revb"] [dependencies.e310x-hal] version = "0.11.0" [dependencies.embedded-hal] version = "0.2.7" [dependencies.nb] version = "1.0.0" [dependencies.riscv] version = "0.10.1" [features] board-hifive1 = [] board-hifive1-revb = ["e310x-hal/g002"] board-lofive = [] board-lofive-r1 = ["e310x-hal/g002"] board-redv = ["e310x-hal/g002"]