blinker 0.1.1

easily creating async blinky programs for embedded systems
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "blinker"
version = "0.1.1"
authors = ["DicklessGreat<dicklessgreat@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "easily creating async blinky programs for embedded systems"
readme = "README.md"
keywords = [
    "embassy",
    "async",
    "blinky",
    "embedded",
    "no-std",
]
categories = ["embedded"]
license = "MIT"
repository = "https://github.com/Dicklessgreat/blinker"

[lib]
name = "blinker"
path = "src/lib.rs"

[dependencies.embassy-time]
version = "0.3.2"

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

[dependencies.heapless]
version = "0.8"

[dev-dependencies.embassy-futures]
version = "0.1.1"

[dev-dependencies.embassy-time]
version = "0.3.2"
features = [
    "std",
    "generic-queue",
]

[dev-dependencies.embedded-hal-mock]
version = "0.11.1"