yo-esp 0.1.2

ESP32-client for the yo voice assistant framework (no_std + alloc)
# 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 = "yo-esp"
version = "0.1.2"
authors = ["QuackHack-McBlindy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ESP32-client for the yo voice assistant framework (no_std + alloc)"
readme = "README.md"
keywords = [
    "embedded",
    "i2s",
    "audio",
    "embassy",
    "no-std",
]
categories = [
    "embedded",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/QuackHack-McBlindy/yo-esp"

[lib]
name = "yo_esp"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.defmt]
version = "1.0.0"

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

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

[dependencies.embassy-net]
version = "0.9.0"
features = [
    "tcp",
    "proto-ipv4",
    "medium-ethernet",
]

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

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

[dependencies.esp-hal]
version = "1.1.0-rc.0"
features = [
    "esp32s3",
    "unstable",
]