esp32 0.4.0

Peripheral access crate for the ESP32
Documentation
[package]
name = "esp32"
version = "0.4.0"
authors = ["Scott Mabin <scott@mabez.dev>"]
edition = "2018"
readme = "README.md"
repository = "https://github.com/esp-rs/esp32"
description = "Peripheral access crate for the ESP32"
keywords = ["no-std", "esp32", "wifi", "embedded"]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
include = [
    "/src/**",
    "svd/esp32.svd",
    "build.rs",
    "device.x"
]
license = "MIT OR Apache-2.0"

[dependencies]
bare-metal = "0.2"
vcell = "0.1"
xtensa-lx6-rt = "0.1.0"

[features]
default=["rt"]

rt=[]