cyw43-setup 0.1.1

Wrapper pour cyw43-firmware exposant FW, CLM et NVRAM comme constantes prêtes à l'emploi, sans gestion de fichiers ni include_bytes!
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 = "cyw43-setup"
version = "0.1.1"
authors = ["Jorge Andre Castro <georgeandrec@gmail.com>"]
build = false
include = [
    "src/**/*",
    "firmware/nvram_rp2040.bin",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wrapper pour cyw43-firmware exposant FW, CLM et NVRAM comme constantes prêtes à l'emploi, sans gestion de fichiers ni include_bytes!"
documentation = "https://docs.rs/cyw43-setup"
readme = "README.md"
keywords = [
    "cyw43",
    "pico-w",
    "pico2w",
    "wifi",
    "embedded",
]
categories = [
    "embedded",
    "no-std",
]
license = "Unlicense"
repository = "https://github.com/jorgeandrecastro/cyw43-setup"

[features]
bluetooth = ["cyw43-firmware/bluetooth"]
default = ["wifi"]
wifi = ["cyw43-firmware/wifi"]

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

[dependencies.aligned]
version = "0.4"

[dependencies.cyw43-firmware]
version = "0.1"
features = ["wifi"]