toolapi 0.5.2

MRX ToolAPI - connect clients and tools running in the cloud.
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 = "toolapi"
version = "0.5.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MRX ToolAPI - connect clients and tools running in the cloud."
homepage = "https://mrx-org.github.io/mrx-book/"
readme = "README.md"
keywords = []
categories = []
license = "AGPL-3.0-only"
repository = "https://github.com/mrx-org/toolapi"

[features]
client = [
    "dep:tungstenite",
    "dep:rustls",
    "dep:ws_stream_wasm",
    "dep:futures",
]
default = [
    "client",
    "server",
]
pyo3 = ["dep:pyo3"]
server = [
    "dep:axum",
    "dep:tokio",
    "dep:tokio-tungstenite",
    "dep:rustls",
]

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

[dependencies.axum]
version = "0.8.8"
features = ["ws"]
optional = true

[dependencies.num-complex]
version = "0.4.6"
features = ["serde"]

[dependencies.pyo3]
version = "0.27.1"
features = ["num-complex"]
optional = true

[dependencies.rmp-serde]
version = "1.3.1"

[dependencies.ruzstd]
version = "0.8.2"

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

[dependencies.serde_bytes]
version = "0.11.19"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt-multi-thread",
]
optional = true

[dependencies.tokio-tungstenite]
version = "0.28.0"
features = ["rustls-tls-webpki-roots"]
optional = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rustls]
version = "0.23"
features = ["ring"]
optional = true
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tungstenite]
version = "0.28.0"
features = ["rustls-tls-webpki-roots"]
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.futures]
version = "0.3"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2"
features = ["js"]

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom_0_3]
version = "0.3"
features = ["wasm_js"]
package = "getrandom"

[target.'cfg(target_arch = "wasm32")'.dependencies.ws_stream_wasm]
version = "0.7"
optional = true