volo 0.12.2

Volo is a high-performance and strong-extensibility Rust RPC framework that helps developers build microservices.
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"
rust-version = "1.85.0"
name = "volo"
version = "0.12.2"
authors = ["Volo Team <volo@cloudwego.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Volo is a high-performance and strong-extensibility Rust RPC framework that helps developers build microservices.
"""
homepage = "https://www.cloudwego.io/docs/volo/"
documentation = "https://docs.rs/volo"
readme = "README.md"
keywords = [
    "async",
    "rpc",
    "thrift",
    "grpc",
    "protobuf",
]
categories = [
    "asynchronous",
    "network-programming",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cloudwego/volo"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[badges.maintenance]
status = "actively-developed"

[features]
__rustls = [
    "__tls",
    "dep:rustls",
    "dep:rustls-pemfile",
    "dep:rustls-pki-types",
    "dep:webpki-roots",
    "dep:tokio-rustls",
]
__tls = []
default = []
native-tls = [
    "__tls",
    "dep:native-tls",
    "dep:tokio-native-tls",
    "native-tls/alpn",
]
native-tls-vendored = [
    "native-tls",
    "tokio-native-tls/vendored",
]
rustls = ["rustls-aws-lc-rs"]
rustls-aws-lc-rs = [
    "__rustls",
    "rustls/aws_lc_rs",
]
rustls-ring = [
    "__rustls",
    "rustls/ring",
]
shmipc = ["dep:shmipc"]
tls = ["rustls"]
unsafe_unchecked = []

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

[dependencies.arc-swap]
version = "1"

[dependencies.async-broadcast]
version = "0.7"

[dependencies.dashmap]
version = "6"

[dependencies.faststr]
version = "0.2.21"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.metainfo]
version = "0.7.14"

[dependencies.motore]
version = "0.4.1"

[dependencies.mur3]
version = "0.1"

[dependencies.native-tls]
version = "0.2"
optional = true

[dependencies.nix]
version = "0.30"
features = [
    "uio",
    "socket",
    "process",
    "signal",
    "feature",
]

[dependencies.once_cell]
version = "1"

[dependencies.pin-project]
version = "1"

[dependencies.rand]
version = "0.9"

[dependencies.rustls]
version = "0.23"
features = [
    "std",
    "tls12",
]
optional = true
default-features = false

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

[dependencies.rustls-pki-types]
version = "1"
optional = true

[dependencies.shmipc]
version = "0.1"
optional = true

[dependencies.socket2]
version = "0.6"
features = ["all"]

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-native-tls]
version = "0.3"
optional = true

[dependencies.tokio-rustls]
version = "0.26"
optional = true

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

[dependencies.tower]
version = "0.5"

[dependencies.tracing]
version = "0.1"

[dependencies.webpki-roots]
version = "1"
optional = true