e310x-hal 0.8.1

HAL for the E310x family of microcontrollers.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "e310x-hal"
version = "0.8.1"
authors = ["David Craven <david@craven.ch>"]
description = "HAL for the E310x family of microcontrollers."
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"]
[dependencies.e310x]
version = "0.6.0"
features = ["rt"]

[dependencies.embedded-hal]
version = "0.2.3"
features = ["unproven"]

[dependencies.nb]
version = "0.1.2"

[dependencies.riscv]
version = "0.5.3"

[features]
g002 = ["e310x/g002"]