dcontext-tracing 0.8.0

Automatic dcontext scope management via tracing spans
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-tracing"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automatic dcontext scope management via tracing spans"
readme = "README.md"
keywords = [
    "context",
    "tracing",
    "distributed",
    "propagation",
    "spans",
]
categories = [
    "development-tools::debugging",
    "development-tools::profiling",
]
license = "MIT"
repository = "https://github.com/microsoft/dcontext"

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

[[test]]
name = "dual_context_tests"
path = "tests/dual_context_tests.rs"

[dependencies.dcontext]
version = "0.8.0"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "registry",
    "fmt",
]
default-features = false

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

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

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

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "registry",
    "fmt",
]