# 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.80.0" name = "volo" version = "0.10.3" authors = ["Volo Team "] build = 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", ] [lib] name = "volo" path = "src/lib.rs" [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" [dependencies.motore] version = "0.4" [dependencies.mur3] version = "0.1" [dependencies.native-tls] version = "0.2" optional = true [dependencies.nix] version = "0.29" features = [ "uio", "socket", "process", "signal", "feature", ] [dependencies.once_cell] version = "1" [dependencies.pin-project] version = "1" [dependencies.rand] version = "0.8" [dependencies.rustls] version = "0.22" optional = true [dependencies.rustls-pemfile] version = "2" optional = true [dependencies.rustls-pki-types] version = "1" optional = true [dependencies.socket2] version = "0.5" features = ["all"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "net", "time", "sync", "io-util", ] [dependencies.tokio-native-tls] version = "0.3" optional = true [dependencies.tokio-rustls] version = "0.25" optional = true [dependencies.tokio-stream] version = "0.1" features = ["net"] [dependencies.tower] version = "0.5" [dependencies.tracing] version = "0.1" [dependencies.webpki-roots] version = "0.26" optional = true [features] __tls = [] default = [] native-tls = [ "__tls", "dep:native-tls", "dep:tokio-native-tls", ] native-tls-vendored = [ "native-tls", "tokio-native-tls/vendored", ] rustls = [ "__tls", "dep:rustls", "dep:rustls-pemfile", "dep:rustls-pki-types", "dep:webpki-roots", "dep:tokio-rustls", ] unsafe_unchecked = [] [badges.maintenance] status = "actively-developed"