status-led 0.7.0

no_std monochrome status LED abstraction with optional PWM gamma correction and breathing effect.
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 = "2024"
rust-version = "1.85"
name = "status-led"
version = "0.7.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "no_std monochrome status LED abstraction with optional PWM gamma correction and breathing effect."
documentation = "https://docs.rs/status-led"
readme = "README.md"
keywords = [
    "embedded",
    "led",
    "no-std",
    "embassy",
    "gpio",
]
categories = [
    "embedded",
    "no-std",
    "hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/loongsoldier/status-led"

[features]
breath = [
    "pwm",
    "dep:embassy-time",
]
default = []
defmt = ["dep:defmt"]
pwm = []

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

[dependencies.defmt]
version = "1.0"
optional = true

[dependencies.embassy-time]
version = "0.5"
optional = true

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

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