gmf 2.0.0

A runtime-agnostic, high-performance gRPC server framework using thread-per-core architecture.
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 = "gmf"
version = "2.0.0"
authors = ["Mohsen Zainalpour <zainalpour@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A runtime-agnostic, high-performance gRPC server framework using thread-per-core architecture."
readme = "README.md"
keywords = [
    "protobuf",
    "grpc",
    "futures",
    "async",
    "thread-per-core",
]
categories = [
    "asynchronous",
    "network-programming",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/EtaCassiopeia/gmf"

[features]
default = ["monoio-runtime"]
glommio-runtime = [
    "dep:glommio",
    "dep:futures-lite",
]
monoio-runtime = [
    "dep:monoio",
    "dep:monoio-compat",
    "dep:libc",
]
tokio-runtime = [
    "dep:tokio",
    "dep:hyper-util",
    "dep:libc",
    "dep:socket2",
]

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

[dependencies.bytes]
version = "1"

[dependencies.futures-lite]
version = "2"
optional = true

[dependencies.glommio]
version = "0.9"
optional = true

[dependencies.http]
version = "1"

[dependencies.http-body]
version = "1"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1"
features = [
    "server",
    "http2",
]

[dependencies.hyper-util]
version = "0.1"
features = [
    "server-auto",
    "tokio",
]
optional = true

[dependencies.libc]
version = "0.2"
optional = true

[dependencies.monoio]
version = "0.2"
optional = true

[dependencies.monoio-compat]
version = "0.2"
features = ["hyper"]
optional = true

[dependencies.num_cpus]
version = "1"

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

[dependencies.socket2]
version = "0.5"
features = ["all"]
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "net",
    "sync",
    "macros",
]
optional = true

[dependencies.tonic]
version = "0.14"
features = ["codegen"]
default-features = false

[dependencies.tower]
version = "0.5"

[dependencies.tower-service]
version = "0.3"

[dependencies.tracing]
version = "0.1"