d1-mini 0.2.0

A Board Support Package (BSP) which provides a type-safe API for the WEMOS/LOLIN D1 mini
[dependencies.bitbang-hal]
version = "^0.3"

[dependencies.esp8266-hal]
version = "^0.4"

[dependencies.paste]
version = "^1.0"

[dev-dependencies.panic-halt]
version = "^0.2"

[package]
authors = ["Jesse Braham <jesse@beta7.io>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "A Board Support Package (BSP) which provides a type-safe API for the WEMOS/LOLIN D1 mini"
documentation = "https://docs.rs/d1-mini/"
edition = "2018"
keywords = ["embedded-hal", "esp8266", "no-std", "xtensa"]
license = "MIT OR Apache-2.0"
name = "d1-mini"
readme = "README.md"
repository = "https://github.com/jessebraham/d1-mini"
version = "0.2.0"

[profile.dev]
codegen-units = 1
debug = false
incremental = false
lto = true

[profile.release]
codegen-units = 1
lto = true