xpanse-api 0.1.0

Shared API for xpanse apps, module drivers, and platform firmware for the hackxpansion console
# 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 = "xpanse-api"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared API for xpanse apps, module drivers, and platform firmware for the hackxpansion console"
readme = false
license = "GPL-3.0"
resolver = "2"

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

[dependencies.defmt]
version = "1.1"

[dependencies.embassy-rp]
version = "0.10.0"
features = [
    "defmt",
    "unstable-pac",
    "time-driver",
    "critical-section-impl",
    "rp235xb",
    "binary-info",
]

[dependencies.embassy-sync]
version = "0.8.0"
features = ["defmt"]

[dependencies.embassy-time]
version = "0.5.1"
features = [
    "defmt",
    "defmt-timestamp-uptime",
]

[dependencies.embedded-hal]
version = "1.0"
package = "embedded-hal"

[dependencies.embedded-hal-async]
version = "1.0"

[dependencies.embedded-io-async]
version = "0.7.0"
features = ["defmt"]

[dependencies.libm]
version = "0.2"

[dependencies.slint]
version = "1.17"
features = [
    "compat-1-2",
    "unsafe-single-threaded",
    "libm",
    "renderer-software",
]
default-features = false

[dependencies.static_cell]
version = "2.1"