esp32-simple 0.1.0

Simple ESP32 embedded library with reusable modules for BLE, Wi-Fi, HTTP, GPS, LED control, and more
# 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.82.0"
name = "esp32-simple"
version = "0.1.0"
authors = ["yrakcaz <zackaryayoun@gmail.com>"]
build = "build.rs"
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple ESP32 embedded library with reusable modules for BLE, Wi-Fi, HTTP, GPS, LED control, and more"
homepage = "https://github.com/yrakcaz/esp32-simple"
documentation = "https://docs.rs/esp32-simple"
readme = "README.md"
keywords = [
    "esp32",
    "embedded",
    "iot",
    "beginner",
    "simple",
]
categories = [
    "embedded",
    "no-std",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/yrakcaz/esp32-simple.git"
resolver = "2"

[profile.dev]
opt-level = "z"
debug = 2

[profile.release]
opt-level = "s"

[lib]
name = "esp32_simple"
path = "src/lib.rs"
harness = false

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

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

[dependencies.anyhow]
version = "1.0.93"

[dependencies.embedded-svc]
version = "0.28.1"

[dependencies.esp-idf-hal]
version = "0.44.1"

[dependencies.esp-idf-svc]
version = "0.49"
features = [
    "critical-section",
    "embassy-time-driver",
    "embassy-sync",
]

[dependencies.esp32-nimble]
version = "0.8.2"

[dependencies.log]
version = "0.4"

[dependencies.nmea]
version = "0.7.0"

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

[features]
default = []
experimental = ["esp-idf-svc/experimental"]

[lints.clippy]
all = "deny"
cargo = "deny"
pedantic = "deny"

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1