boppo_core 0.1.0

The core APIs for creating activities for the Boppo tablet
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_core"
version = "0.1.0"
authors = ["Ben Hansen <ben@boppo.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The core APIs for creating activities for the Boppo tablet"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/boppofun/rust_boppo_core"

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

[dependencies.anyhow]
version = "1.0.72"

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

[dependencies.embassy-time]
version = "0.4"

[dependencies.futures]
version = "0.3.30"
features = [
    "std",
    "alloc",
    "async-await",
]
default-features = false

[dependencies.log]
version = "0.4.17"

[dependencies.rand]
version = "0.9"

[dependencies.rgb]
version = "0.8.34"

[dependencies.serde]
version = "1.0.218"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.128"

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

[dev-dependencies.critical-section]
version = "1.1"
features = ["std"]

[dev-dependencies.embassy-time]
version = "0.4"
features = ["std"]

[dev-dependencies.embassy-time-queue-utils]
version = "0.1.0"
features = ["generic-queue-64"]

[dev-dependencies.tokio]
version = "1.21"
features = [
    "sync",
    "rt",
    "macros",
]