dummy-pin 0.1.1

Dummy implementations of the input/output pin embedded-hal traits.
Documentation
[package]
name = "dummy-pin"
version = "0.1.1" # remember to update html_root_url
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/dummy-pin-rs"
license = "MIT OR Apache-2.0"
description = "Dummy implementations of the input/output pin embedded-hal traits."
readme = "README.md"
keywords = ["io", "gpio", "dummy", "pin", "hal"]
categories = ["embedded", "hardware-support", "no-std"]
homepage = "https://github.com/eldruin/dummy-pin-rs"
documentation = "https://docs.rs/dummy-pin"
edition = "2018"

[dependencies]
embedded-hal = { version = "0.2.3", features=["unproven"] }

[dev-dependencies]
linux-embedded-hal = "0.3"

[profile.release]
lto = true