jetstream_server 8.3.1

Jetstream is a RPC framework for Rust, based on the 9P protocol and QUIC.
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"
name = "jetstream_server"
version = "8.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Jetstream is a RPC framework for Rust, based on the 9P protocol and QUIC."
documentation = "https://sevki.github.io/jetstream/"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/sevki/jetstream"

[features]
default = [
    "proxy",
    "quic",
]
proxy = ["dep:jetstream_client"]
quic = ["dep:s2n-quic"]
vsock = ["dep:tokio-vsock"]

[lib]
name = "jetstream_server"
path = "src/lib.rs"
bench = false

[dependencies.anyhow]
version = "1.0.96"

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

[dependencies.futures]
version = "0.3.31"

[dependencies.jetstream_9p]
version = "8.3.1"

[dependencies.jetstream_client]
version = "8.3.1"
optional = true

[dependencies.jetstream_rpc]
version = "8.3.1"

[dependencies.jetstream_wireformat]
version = "8.3.1"

[dependencies.okstd]
version = "1.0.2"
features = ["macros"]

[dependencies.s2n-quic]
version = "1.59.0"
optional = true

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

[dependencies.tokio-util]
version = "0.7.13"
features = ["codec"]

[dependencies.tokio-vsock]
version = "0.7.0"
optional = true

[dependencies.trait-variant]
version = "0.1.2"