dcontext 0.3.0

Distributed context propagation for Rust — scoped, type-safe, serializable
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 = "2021"
name = "dcontext"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Distributed context propagation for Rust — scoped, type-safe, serializable"
readme = "README.md"
keywords = [
    "context",
    "distributed",
    "propagation",
    "tracing",
    "scope",
]
categories = [
    "concurrency",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/Yaming-Hub/dcontext"

[features]
base64 = ["dep:base64"]
context-future = []
context-key = []
default = [
    "tokio",
    "base64",
    "context-key",
]
tokio = ["dep:tokio"]

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

[dependencies.base64]
version = "0.22"
optional = true

[dependencies.bincode]
version = "1"

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

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
]
optional = true

[dev-dependencies.serde_json]
version = "1"

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