gateway-runtime 0.2.0

Runtime library for the Rust gRPC Gateway.
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 = "gateway-runtime"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime library for the Rust gRPC Gateway."
readme = false
keywords = [
    "grpc",
    "protobuf",
    "gateway",
    "runtime",
]
categories = ["web-programming::http-server"]
license = "Apache-2.0"
repository = "https://github.com/IberoRust/grpc-gateway-rust"

[features]
default = [
    "std",
    "tokio",
]
std = []

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

[[test]]
name = "pattern_vectors"
path = "tests/pattern_vectors.rs"

[[test]]
name = "routing_test"
path = "tests/routing_test.rs"

[dependencies.bytes]
version = "1.5"

[dependencies.futures]
version = "0.3"

[dependencies.gateway-internal]
version = "0.1.1"

[dependencies.http]
version = "1.4"

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

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

[dependencies.multer]
version = "3.1"

[dependencies.percent-encoding]
version = "2.3"

[dependencies.prost]
version = "0.14"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "signal",
    "macros",
]
optional = true

[dependencies.tonic]
version = "0.14"

[dependencies.tower]
version = "0.5"
features = ["util"]

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]