connectrpc-reflection 0.8.0

gRPC server reflection service for connectrpc (wire-compatible with grpc.reflection.v1 and v1alpha)
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 = "connectrpc-reflection"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gRPC server reflection service for connectrpc (wire-compatible with grpc.reflection.v1 and v1alpha)"
readme = "README.md"
keywords = [
    "connectrpc",
    "grpc",
    "reflection",
    "rpc",
]
categories = [
    "network-programming",
    "web-programming::http-server",
]
license = "Apache-2.0"
repository = "https://github.com/connectrpc/connect-rust"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
client = ["connectrpc/client"]
default = ["client"]

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

[[example]]
name = "reflection_server"
path = "examples/reflection_server.rs"

[dependencies.buffa]
version = "0.8.1"
features = ["json"]

[dependencies.buffa-descriptor]
version = "0.8"
features = ["reflect"]

[dependencies.connectrpc]
version = "0.8"
features = ["server"]

[dependencies.futures]
version = "0.3"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.axum]
version = "0.8"
features = [
    "http2",
    "tokio",
    "http1",
]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[lints.clippy]
dbg_macro = "warn"
uninlined_format_args = "warn"

[lints.rust]
dead_code = "warn"
explicit_outlives_requirements = "warn"
unused_imports = "warn"
unused_lifetimes = "warn"

[lints.rust.refining_impl_trait]
level = "allow"
priority = -1