espforge_devices 0.1.4

Devices for espforge
# 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_devices"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Devices for espforge"
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"
resolver = "2"

[features]
ili9341 = [
    "dep:ili9341",
    "dep:display-interface-spi",
]
ssd1306 = [
    "dep:ssd1306",
    "dep:display-interface-i2c",
]

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

[dependencies.display-interface-i2c]
version = "0.5.0"
optional = true

[dependencies.display-interface-spi]
version = "0.5.0"
optional = true

[dependencies.embedded-graphics]
version = "0.8.1"

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

[dependencies.espforge_platform]
version = "0.1.5"

[dependencies.ili9341]
version = "0.6.0"
optional = true

[dependencies.ssd1306]
version = "0.10.0"
optional = true