trapeze 0.7.0

A rust implementation of ttrpc
Documentation
[dependencies.async-stream]
version = "0.3"

[dependencies.async-trait]
version = "0.1"

[dependencies.bitflags]
version = "2"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.prost]
version = "0.13"

[dependencies.prost-types]
version = "0.13"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["io-util", "rt", "sync", "time", "macros", "net"]
version = "1"

[dependencies.tokio-stream]
version = "0.1"

[dependencies.trapeze-codegen]
version = "0.7.0"

[dependencies.trapeze-macros]
version = "0.7.0"

[features]
default = ["vsock"]
vsock = ["dep:tokio-vsock"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A rust implementation of ttrpc"
edition = "2021"
homepage = "https://github.com/jprendes/trapeze"
license = "Apache-2.0"
name = "trapeze"
readme = "README.md"
repository = "https://github.com/jprendes/trapeze"
version = "0.7.0"

[target."cfg(unix)".dependencies.tokio-vsock]
optional = true
version = "0.5"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"