# 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 = "spire-api" version = "0.3.2" authors = ["Max Lambrecht "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library for the SPIRE APIs" documentation = "https://docs.rs/spire-api" readme = "README.md" keywords = [ "SPIFFE", "SPIRE", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/maxlambrecht/rust-spiffe" [lib] name = "spire_api" path = "src/lib.rs" [[test]] name = "delegated_identity_api_client_test" path = "tests/delegated_identity_api_client_test.rs" [dependencies.bytes] version = "1" features = ["serde"] [dependencies.hyper-util] version = "0.1.8" default-features = false [dependencies.prost] version = "0.13" [dependencies.prost-types] version = "0.13" [dependencies.spiffe] version = "0.6.3" features = ["spiffe-types"] default-features = false [dependencies.tokio] version = "1" features = ["net"] [dependencies.tokio-stream] version = "0.1" [dependencies.tonic] version = "0.12.3" features = [ "prost", "codegen", "transport", ] default-features = false [dependencies.tower] version = "0.5" features = ["util"] [dev-dependencies.once_cell] version = "1" [dev-dependencies.tokio] version = "1" features = ["macros"] [build-dependencies.anyhow] version = "1" [build-dependencies.prost-build] version = "0.13" [build-dependencies.tonic-build] version = "0.12.3" features = ["prost"] default-features = false [features] integration-tests = []