revoke-core 0.3.0

Core traits and types for the Revoke microservices framework
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 = "revoke-core"
version = "0.3.0"
authors = ["Revoke Contributors"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "README-zh.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and types for the Revoke microservices framework"
readme = "README.md"
keywords = [
    "microservices",
    "traits",
    "core",
    "framework",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/revoke/revoke"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.futures]
version = "0.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

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