selium-remote-client-protocol 0.3.0

Selium module for supporting remote clients
# 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 = "selium-remote-client-protocol"
version = "0.3.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Selium module for supporting remote clients"
homepage = "https://selium.com"
readme = "README.md"
keywords = [
    "client",
    "module",
    "remote",
    "selium",
]
categories = [
    "development-tools",
    "virtualization",
    "wasm",
]
license = "MPL-2.0"
repository = "https://github.com/seliumlabs/selium-modules"
resolver = "2"

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

[dependencies.flatbuffers]
version = "25.12"
default-features = false

[dependencies.selium-abi]
version = "1.0.0-alpha.3"
default-features = false

[dependencies.thiserror]
version = "2.0"
default-features = false

[build-dependencies.flatbuffers-build]
version = "0.2"
default-features = false

[build-dependencies.flatc-fork]
version = "0.5.0"
default-features = false