ntex-grpc 2.2.2

GRPC Client/Server framework
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.88"
name = "ntex-grpc"
version = "2.2.2"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GRPC Client/Server framework"
documentation = "https://docs.rs/ntex-grpc"
readme = "README.md"
keywords = ["grpc"]
categories = [
    "asynchronous",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ntex-rs/ntex-grpc"

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

[dependencies.bitflags]
version = "2"

[dependencies.log]
version = "0.4"

[dependencies.ntex-bytes]
version = "1.6"

[dependencies.ntex-error]
version = "2.2"

[dependencies.ntex-grpc-derive]
version = "2.0"

[dependencies.ntex-h2]
version = "3.11.1"

[dependencies.ntex-http]
version = "1.2"

[dependencies.ntex-io]
version = "3.12"

[dependencies.ntex-net]
version = "3.12"

[dependencies.ntex-service]
version = "4.6"

[dependencies.ntex-util]
version = "3.5"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.thiserror]
version = "2"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.ntex]
version = "3.9.0"
features = [
    "openssl",
    "neon",
]

[dev-dependencies.openssl]
version = "0.10"