esp32-servo-controller 0.1.0

ESP32 servo vezérlő no_std Rust firmware
# 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 = "esp32-servo-controller"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ESP32 servo vezérlő no_std Rust firmware"
readme = false
license = "MIT"
repository = "https://github.com/Vanessza0505/Servo-library"

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

[[bin]]
name = "esp32-servo-controller"
path = "src/bin/main.rs"

[dependencies.critical-section]
version = "1.2.0"

[dependencies.defmt]
version = "0.3.10"

[dependencies.embassy-executor]
version = "0.7.0"
features = [
    "defmt",
    "task-arena-size-20480",
]

[dependencies.embassy-time]
version = "0.4.0"
features = ["generic-queue-8"]

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

[dependencies.esp-hal]
version = "=1.0.0-beta.0"
features = [
    "defmt",
    "esp32",
    "unstable",
]

[dependencies.esp-hal-embassy]
version = "0.7.0"
features = ["esp32"]

[dependencies.esp-println]
version = "0.13.0"
features = [
    "defmt-espflash",
    "esp32",
]

[dependencies.static_cell]
version = "2.1.0"
features = ["nightly"]

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

[profile.release]
opt-level = "s"
lto = "fat"
codegen-units = 1
debug = 2
debug-assertions = false
overflow-checks = false
incremental = false