async-stm32f1xx 0.2.1

Abstractions for asynchronous programming on the STM32F1xx family of microcontrollers.
Documentation
[dependencies.as-slice]
version = "0.1"

[dependencies.cortex-m-rt]
version = "0.6"

[dependencies.embedded-hal]
version = "0.2"

[dependencies.futures]
default-features = false
version = "0.3"

[dependencies.nb]
version = "0.1"

[dependencies.stm32f1xx-hal]
features = ["rt"]
version = "0.6"

[dependencies.void]
default-features = false
version = "1.0"
[dev-dependencies.cortex-m-semihosting]
version = "0.3"

[dev-dependencies.panic-semihosting]
version = "0.5"

[dev-dependencies.stm32f1xx-hal]
features = ["stm32f103", "medium"]
version = "0.6"

[package]
authors = ["Martin Kröning <mkroening@posteo.net>"]
categories = ["asynchronous", "embedded", "hardware-support", "no-std"]
description = "Abstractions for asynchronous programming on the STM32F1xx family of microcontrollers."
edition = "2018"
keywords = ["arm", "async", "cortex-m", "stm32"]
license = "MIT OR Apache-2.0"
name = "async-stm32f1xx"
readme = "README.md"
repository = "https://github.com/mwkroening/async-stm32f1xx"
version = "0.2.1"
[profile.release]
codegen-units = 1
lto = true