comprehensive_spiffe 0.4.1

A harness for creating consistently-shaped servers will less boilerplate
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"
name = "comprehensive_spiffe"
version = "0.4.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A harness for creating consistently-shaped servers will less boilerplate"
homepage = "https://github.com/vandry/comprehensive"
readme = "README.md"
license = "MIT"
repository = "https://github.com/vandry/comprehensive.git"
resolver = "2"

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

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

[dependencies.backoff]
version = "0.4.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.comprehensive]
version = "0.9"

[dependencies.comprehensive_grpc]
version = "0.9"

[dependencies.comprehensive_tls]
version = "<0.7, >=0.5"
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.html-escape]
version = "0.2.13"

[dependencies.http]
version = "1.3.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.prost]
version = "0.14.1"

[dependencies.prost-types]
version = "0.14.1"

[dependencies.rustls-webpki]
version = "0.103.3"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.time]
version = "0.3.41"

[dependencies.tokio]
version = "1.40"
features = ["time"]

[dependencies.tonic]
version = "0.14.1"

[dependencies.tonic-prost]
version = "0.14.2"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.hex-literal]
version = "1.0.0"

[dev-dependencies.tokio]
version = "1.40"

[build-dependencies.tonic-prost-build]
version = "0.14.1"