playtron-sdk 1.0.0

Playtron GameOS SDK for Rust
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 = "2021"
name = "playtron-sdk"
version = "1.0.0"
authors = [
    "Ericky Dos Santos <ericky@playtron.one>",
    "Brian Budge <brian@playtron.one>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Playtron GameOS SDK for Rust"
readme = "README.md"
license = "MIT"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.libloading]
version = "0.8.6"

[dependencies.playtron-core]
version = "1.0.0"

[dependencies.reqwest]
version = "0.12.12"

[dependencies.serde]
version = "1.0.218"

[dependencies.serde_json]
version = "1.0.139"

[dependencies.tokio]
version = "1.44.2"
features = ["full"]

[dependencies.zbus]
version = "5.1.1"
default-features = false