[dependencies.rpsp]
default-features = false
features = []
version = "0.2.0"
[features]
cyw = ["rpsp/cyw", "rpsp/pico"]
debug = ["rpsp/debug"]
default = ["rpsp/pico"]
static = []
static_large = []
[lib]
bench = false
crate-type = ["lib"]
doc = true
doctest = false
edition = "2024"
name = "inky_frame"
path = "src/lib.rs"
test = false
[package]
authors = ["secfurry"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "embedded", "api-bindings", "multimedia::images"]
description = "Driver and protocol library for InkyFrame devices with peripheral support."
edition = "2024"
keywords = ["picow", "embedded", "inkyframe", "pinorami", "sdcard"]
license = "MIT"
name = "inky-frame"
publish = true
readme = "README.md"
repository = "https://github.com/secfurry/inky-frame"
version = "0.3.0"
[package.metadata.docs.rs]
default-target = "thumbv6m-none-eabi"
features = ["debug", "static", "static_large", "rpsp/cyw", "rpsp/debug", "rpsp/pico"]
no-default-features = true
target = ["thumbv6m-none-eabi"]