debounce-button-eng 0.2.0

Debounced button state machine built on embedded-hal InputPin
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 = "debounce-button-eng"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Debounced button state machine built on embedded-hal InputPin"
documentation = "https://docs.rs/debounce-button-eng"
readme = "README.md"
keywords = [
    "embedded-hal",
    "button",
    "debounce",
    "no-std",
    "input",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/antonsterkhov/debounce-button-eng"

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

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

[dev-dependencies.embedded-hal-mock]
version = "0.11.1"
features = ["eh1"]
default-features = false