tocat-api 0.1.0

Public plugin API for tocat, a socat-inspired relay
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "tocat-api"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Public plugin API for tocat, a socat-inspired relay"
readme = "README.md"
repository.workspace = true
license.workspace = true
keywords = ["plugin", "proxy", "relay", "stream", "tocat"]
categories = ["api-bindings", "network-programming"]

[dependencies]
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"
tocat-wasm-abi = { workspace = true }