pajamax 0.4.0

Fast gRPC server framework in synchronous mode.
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 = "pajamax"
version = "0.4.0"
authors = ["Wu Bingzheng <wubingzheng@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast gRPC server framework in synchronous mode."
documentation = "https://docs.rs/pajamax"
readme = "README.md"
keywords = [
    "grpc",
    "protobuf",
    "blocking",
    "synchronous",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/WuBingzheng/pajamax"

[features]
default = ["log"]

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

[dependencies.log]
version = "0.4"
optional = true

[dependencies.prost]
version = "0.13"