huesmith 0.1.0

Hue-compatible Zigbee light library for ESP32-C6/H2 (ESP-IDF)
# 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"
rust-version = "1.84"
name = "huesmith"
version = "0.1.0"
authors = ["Engin Açıkgöz <engin.acikgoz@protonmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hue-compatible Zigbee light library for ESP32-C6/H2 (ESP-IDF)"
homepage = "https://github.com/canack/huesmith"
documentation = "https://github.com/canack/huesmith"
readme = "README.md"
keywords = [
    "esp32",
    "zigbee",
    "hue",
    "esp-idf",
    "led",
]
categories = [
    "embedded",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/canack/huesmith"

[[package.metadata.esp-idf-sys.extra_components]]

[package.metadata.esp-idf-sys.extra_components.remote_component]
name = "espressif/esp-zigbee-lib"
version = "==1.6.8"

[[package.metadata.esp-idf-sys.extra_components]]

[package.metadata.esp-idf-sys.extra_components.remote_component]
name = "espressif/esp-zboss-lib"
version = "==1.6.4"

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

[[example]]
name = "cct"
path = "examples/cct.rs"

[[example]]
name = "custom"
path = "examples/custom.rs"

[[example]]
name = "dimmable"
path = "examples/dimmable.rs"

[[example]]
name = "on_off"
path = "examples/on_off.rs"

[[example]]
name = "onboard_led"
path = "examples/onboard_led.rs"

[[example]]
name = "rgb_strip"
path = "examples/rgb_strip.rs"

[dependencies.enumset]
version = "1"

[dependencies.esp-idf-hal]
version = "0.46.2"
features = ["rmt-legacy"]

[dependencies.esp-idf-svc]
version = "0.52.1"

[dependencies.esp-idf-sys]
version = "0.37.2"
features = ["binstart"]

[dependencies.huesmith-core]
version = "0.1.0"

[dependencies.log]
version = "0.4"

[build-dependencies.embuild]
version = "0.33.1"