test-span 0.8.0

macro and utilities to do snapshot tests on tracing spans
Documentation
[dependencies.daggy]
features = ["serde-1", "stable_dag"]
version = "0.8.0"

[dependencies.derivative]
version = "2.2.0"

[dependencies.indexmap]
version = "2.2.0"

[dependencies.linked-hash-map]
features = ["serde_impl"]
version = "0.5.4"

[dependencies.once_cell]
version = "1.9.0"

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

[dependencies.serde_json]
version = "1.0.72"

[dependencies.test-span-macro]
version = "0.8.0"

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

[dependencies.tracing]
version = "0.1.29"

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

[dependencies.tracing-futures]
version = "0.2.5"

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

[dev-dependencies.futures]
version = "0.3.19"

[dev-dependencies.insta]
features = ["json"]
version = "1.8.0"

[features]
default = ["serde_json/preserve_order"]

[package]
authors = ["Jeremy Lempereur <jeremy@apollographql.com>", "Benjamin Coenen <benjamin.coenen@apollographql.com>"]
categories = ["development-tools::testing"]
description = "macro and utilities to do snapshot tests on tracing spans"
edition = "2021"
keywords = ["tracing", "span", "log", "test", "snapshot"]
license = "MIT OR Apache-2.0"
name = "test-span"
readme = "README.md"
repository = "https://github.com/apollographql/test-span"
version = "0.8.0"

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