workspace = { members = ["ecplorer"] } [package] name = "smokepatio" version = "0.2.0" edition = "2021" description = "Low-level hardware interfaces for Valve's Steam Deck" authors = ["NGnius (Graham) "] license = "MIT" repository = "https://git.ngni.us/NGnius/smokepatio" keywords = ["steam-deck", "hardware"] readme = "README.md" [features] std = ["embedded-io/std"] async = ["embedded-io-async"] [dependencies] # logging log = "0.4" # io embedded-io = { version = "0.6" } embedded-io-async = { version = "0.6", optional = true }