cargo-features = ["resolver"]
[build-dependencies.cntrlr-build]
version = "0.1.0"
[dependencies.bit_field]
version = "0.10.1"
[dependencies.cntrlr-macros]
version = "0.1.0"
[features]
default = ["doc-cfg"]
doc-cfg = []
[package]
authors = ["Branan Riley <me@branan.info>"]
categories = ["asynchronous", "development-tools", "embedded", "hardware-support", "no-std"]
description = "Simple, async embedded framework"
documentation = "https://docs.rs/cntrlr"
edition = "2018"
homepage = "https://github.com/branan/cntrlr"
license = "AGPL-3.0-or-later"
name = "cntrlr"
readme = "README.md"
repository = "https://github.com/branan/cntrlr"
resolver = "2"
version = "0.1.0"