boppo_wasm 0.1.1

Activity API for the Boppo Tablet, controlling the lights, buttons, and audio via a WASM module.
Documentation
# 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 = "boppo_wasm"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Activity API for the Boppo Tablet, controlling the lights, buttons, and audio via a WASM module."
homepage = "https://developer.boppo.com"
readme = "README.md"
keywords = [
    "boppo",
    "wasm",
    "audio",
    "embedded",
    "led",
]
categories = [
    "api-bindings",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/boppofun/rust_boppo_wasm"

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

[dependencies.boppo_core]
version = "0.2.0"
features = ["wasm"]

[dependencies.edge-executor]
version = "0.4.1"

[dependencies.embassy-time-driver]
version = "0.2.2"

[dependencies.serde_json]
version = "1.0.128"

[dependencies.tokio]
version = "1.21"
features = ["sync"]