[dependencies.prost]
version = "0.14"
[dependencies.spiffe]
features = ["x509", "jwt", "transport-grpc"]
version = "0.11"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
features = ["net"]
version = "1"
[dependencies.tokio-stream]
version = "0.1"
[dependencies.tonic]
default-features = false
features = ["transport", "codegen"]
version = "0.14"
[dependencies.tonic-prost]
version = "0.14"
[dev-dependencies.once_cell]
version = "1"
[lib]
name = "spire_api"
path = "src/lib.rs"
[package]
authors = ["Max Lambrecht <maxlambrecht@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "network-programming"]
description = "Rust gRPC client for the SPIRE APIs"
documentation = "https://docs.rs/spire-api"
edition = "2021"
keywords = ["spiffe", "spire", "identity", "authentication", "grpc"]
license = "Apache-2.0"
name = "spire-api"
readme = "README.md"
repository = "https://github.com/maxlambrecht/rust-spiffe"
rust-version = "1.85"
version = "0.5.2"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "delegated_identity_api_client_test"
path = "tests/delegated_identity_api_client_test.rs"