revoke 0.3.0

High-performance microservices infrastructure framework built with pure Rust
Documentation
[dependencies.revoke-config]
optional = true
version = "0.3.0"

[dependencies.revoke-core]
version = "0.3.0"

[dependencies.revoke-gateway]
optional = true
version = "0.3.0"

[dependencies.revoke-mq]
optional = true
version = "0.3.0"

[dependencies.revoke-registry]
optional = true
version = "0.3.0"

[dependencies.revoke-resilience]
optional = true
version = "0.3.0"

[dependencies.revoke-trace]
optional = true
version = "0.3.0"

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

[dev-dependencies.chrono]
features = ["serde"]
version = "0.4"

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

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[features]
config = ["revoke-config"]
default = ["full"]
full = ["gateway", "registry", "config", "trace", "mq", "resilience"]
gateway = ["revoke-gateway"]
messaging = ["mq", "config"]
minimal = []
mq = ["revoke-mq"]
registry = ["revoke-registry"]
reliability = ["resilience", "registry"]
resilience = ["revoke-resilience"]
service-mesh = ["gateway", "registry", "config", "trace"]
trace = ["revoke-trace"]

[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", "README-zh.md"]
keywords = ["microservices", "api-gateway", "service-mesh", "distributed", "framework"]
license = "MIT OR Apache-2.0"
name = "revoke"
readme = "README.md"
repository = "https://github.com/revoke/revoke"
version = "0.3.0"

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