rw007 0.1.0

RW007 SPI WiFi module driver for embedded Rust
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 = "rw007"
version = "0.1.0"
authors = ["Andelf <andelf@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RW007 SPI WiFi module driver for embedded Rust"
readme = "README.md"
keywords = [
    "rw007",
    "wifi",
    "spi",
    "embedded",
    "no_std",
]
categories = [
    "embedded",
    "no-std",
    "hardware-support",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/hpmicro-rs/rw007"

[features]
async = [
    "dep:embassy-sync",
    "dep:embassy-time",
    "dep:embassy-futures",
    "dep:embassy-net-driver-channel",
    "dep:embedded-hal-async",
]
default = []
defmt = ["dep:defmt"]

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

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

[dependencies.embassy-futures]
version = "0.1"
optional = true

[dependencies.embassy-net-driver-channel]
version = "0.3"
optional = true

[dependencies.embassy-sync]
version = "0.7"
optional = true

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

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

[dependencies.embedded-hal-async]
version = "1.0"
optional = true