espforge_platform 0.1.4

Platform abstractions for espforge projects
# 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 = "espforge_platform"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform abstractions for espforge projects"
homepage = "https://github.com/mohankumargupta/espforge"
documentation = "https://github.com/mohankumargupta/espforge"
readme = "README.md"
keywords = [
    "esp32",
    "embedded",
    "hal",
    "framework",
    "esphome",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT"
repository = "https://github.com/mohankumargupta/espforge"

[features]
default = []
esp32 = ["esp-hal/esp32"]
esp32c3 = ["esp-hal/esp32c3"]
esp32c6 = ["esp-hal/esp32c6"]
esp32h2 = ["esp-hal/esp32h2"]
esp32s2 = ["esp-hal/esp32s2"]
esp32s3 = ["esp-hal/esp32s3"]

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

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

[dependencies.embedded-hal-bus]
version = "0.3.0"

[dependencies.embedded-io]
version = "0.7.1"

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

[dependencies.log]
version = "0.4"