# 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 = "test-span" version = "0.8.0" authors = [ "Jeremy Lempereur ", "Benjamin Coenen ", ] description = "macro and utilities to do snapshot tests on tracing spans" readme = "README.md" keywords = [ "tracing", "span", "log", "test", "snapshot", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/apollographql/test-span" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.daggy] version = "0.8.0" features = [ "serde-1", "stable_dag", ] [dependencies.derivative] version = "2.2.0" [dependencies.indexmap] version = "2.2.0" [dependencies.linked-hash-map] version = "0.5.4" features = ["serde_impl"] [dependencies.once_cell] version = "1.9.0" [dependencies.serde] version = "1.0.131" features = ["derive"] [dependencies.serde_json] version = "1.0.72" [dependencies.test-span-macro] version = "0.8.0" [dependencies.tokio] version = "1.14.0" features = ["full"] [dependencies.tracing] version = "0.1.29" [dependencies.tracing-core] version = "0.1.21" [dependencies.tracing-futures] version = "0.2.5" [dependencies.tracing-subscriber] version = "0.3.6" features = ["env-filter"] [dev-dependencies.futures] version = "0.3.19" [dev-dependencies.insta] version = "1.8.0" features = ["json"] [features] default = ["serde_json/preserve_order"]