revoke 0.5.0

High-performance microservices infrastructure framework built with pure Rust
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.8.4"

[dependencies.opentelemetry]
version = "0.30"

[dependencies.opentelemetry-otlp]
features = ["http-proto", "metrics"]
version = "0.30"

[dependencies.opentelemetry_sdk]
features = ["rt-tokio"]
version = "0.30"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

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

[dependencies.tower-http]
features = ["trace"]
version = "0.6"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-loki]
version = "0.2"

[dependencies.tracing-opentelemetry]
version = "0.31"

[dependencies.tracing-subscriber]
features = ["json"]
version = "0.3"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.6"

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

[package]
authors = ["Revoke Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "network-programming", "asynchronous"]
description = "High-performance microservices infrastructure framework built with pure Rust"
edition = "2024"
include = ["src/**/*.rs", "Cargo.toml", "README.md"]
keywords = ["microservices", "service-mesh", "distributed", "framework"]
license = "MIT OR Apache-2.0"
name = "revoke"
readme = "README.md"
repository = "https://github.com/revoke/revoke"
version = "0.5.0"