plato-engine-block 0.1.0

Atomic room runtime for the Plato Matrix — universal agent-space interface
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 = "plato-engine-block"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Atomic room runtime for the Plato Matrix — universal agent-space interface"
readme = "README.md"
license = "MIT"
repository = "https://github.com/SuperInstance/plato-engine-block"

[features]
default = ["std"]
server = [
    "std",
    "dep:tokio",
    "dep:tokio-util",
]
std = []

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

[dependencies.tokio]
version = "1"
features = [
    "net",
    "io-util",
    "rt-multi-thread",
    "macros",
    "sync",
]
optional = true

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]
optional = true