toolapi 0.3.0

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.3.0"
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",
]
default = [
    "server",
    "client",
]
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.rmp-serde]
version = "1.3.1"

[dependencies.rustls]
version = "0.23"
features = ["ring"]
optional = true
default-features = false

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

[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

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

[dependencies.zstd]
version = "0.13.3"