matrix-authentication-service/.gear/predownloaded-development/vendor/tonic-prost/Cargo.toml
2026-03-07 01:41:31 +03:00

75 lines
1.5 KiB
TOML

# 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 = "tonic-prost"
version = "0.14.2"
authors = ["Lucio Franco <luciofranco14@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Prost codec implementation for tonic"
homepage = "https://github.com/hyperium/tonic"
readme = "README.md"
keywords = [
"rpc",
"grpc",
"prost",
"protobuf",
"tonic",
]
categories = [
"network-programming",
"asynchronous",
]
license = "MIT"
repository = "https://github.com/hyperium/tonic"
[package.metadata.cargo_check_external_types]
allowed_external_types = [
"tonic::*",
"prost::*",
"prost",
]
[lib]
name = "tonic_prost"
path = "src/lib.rs"
[dependencies.bytes]
version = "1"
[dependencies.prost]
version = "0.14"
[dependencies.tonic]
version = "0.14.0"
default-features = false
[dev-dependencies.http-body]
version = "1"
[dev-dependencies.http-body-util]
version = "0.1"
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
]
[dev-dependencies.tokio-stream]
version = "0.1"