wrapper-ble-esp32c3mini 0.2.1

Wrapper BLE (GATT peripheral) no_std pour ESP32-C3 Mini, basé sur trouble-host, bt-hci et esp-radio
# 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"
name = "wrapper-ble-esp32c3mini"
version = "0.2.1"
authors = ["Jorge Andre Castro <georgeandrec@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wrapper BLE (GATT peripheral) no_std pour ESP32-C3 Mini, basé sur trouble-host, bt-hci et esp-radio"
documentation = "https://docs.rs/wrapper-ble-esp32c3mini"
readme = "README.md"
keywords = [
    "embedded",
    "ble",
    "bluetooth",
    "esp32c3",
    "no-std",
]
categories = [
    "embedded",
    "no-std",
    "hardware-support",
    "asynchronous",
]
license = "GPL-2.0-or-later"
repository = "https://github.com/jorgeandrecastro/wrapper-ble-esp32c3mini"

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

[dependencies.bt-hci]
version = "0.8.1"

[dependencies.embassy-executor]
version = "0.10"

[dependencies.embassy-futures]
version = "0.1.2"

[dependencies.embassy-sync]
version = "0.7.2"

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

[dependencies.esp-hal]
version = "1.1.2"
features = [
    "esp32c3",
    "unstable",
]

[dependencies.esp-radio]
version = "0.18.0"
features = [
    "esp32c3",
    "ble",
    "unstable",
]

[dependencies.heapless]
version = "0.9"

[dependencies.log]
version = "0.4"
default-features = false

[dependencies.static_cell]
version = "2.1.1"

[dependencies.trouble-host]
version = "0.6.0"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true