callwire 2.2.0

High-performance bidirectional RPC over TCP with MessagePack framing — Go, Python, Rust interop
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"
rust-version = "1.85"
name = "callwire"
version = "2.2.0"
build = false
exclude = [
    "tests/*",
    "examples/*",
    "target/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance bidirectional RPC over TCP with MessagePack framing — Go, Python, Rust interop"
homepage = "https://github.com/emaad/callwire"
documentation = "https://docs.rs/callwire"
readme = "README.md"
keywords = [
    "rpc",
    "msgpack",
    "ipc",
    "async",
    "tls",
]
categories = [
    "network-programming",
    "asynchronous",
    "encoding",
]
license = "MIT"
repository = "https://github.com/emaad/callwire"

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

[[bin]]
name = "callwire"
path = "src/bin/callwire.rs"

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1.5"

[dependencies.futures-util]
version = "0.3"

[dependencies.libc]
version = "0.2"

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

[dependencies.rmpv]
version = "1.0"
features = ["with-serde"]

[dependencies.rustls]
version = "0.22"

[dependencies.rustls-pemfile]
version = "2"

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

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.32"
features = ["full"]

[dependencies.tokio-rustls]
version = "0.25"

[dependencies.toml]
version = "0.8.1"

[dev-dependencies.criterion]
version = "0.8"
features = ["async_tokio"]

[dev-dependencies.rcgen]
version = "0.14.8"

[dev-dependencies.tokio-test]
version = "0.4"