# 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 = "2018" name = "tracing-forest" version = "0.1.6" authors = ["Quinn Okabayashi"] description = "Preserving contextual coherence among trace data from concurrent tasks" readme = "README.md" keywords = [ "tracing", "async", "tokio", "tracing-subscriber", "logging", ] categories = [ "asynchronous", "development-tools::debugging", "development-tools::profiling", ] license = "MIT" repository = "https://github.com/QnnOkabayashi/tracing-forest" [package.metadata.docs.rs] all-features = true [dependencies.ansi_term] version = "0.12" optional = true [dependencies.chrono] version = "0.4" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.smallvec] version = "1.7" features = ["write"] optional = true [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1" features = [ "sync", "rt", "macros", "time", ] optional = true [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.uuid] version = "1" features = [ "v4", "serde", ] optional = true [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1" features = ["full"] [features] ansi = ["ansi_term"] default = ["smallvec"] env-filter = ["tracing-subscriber/env-filter"] full = [ "uuid", "chrono", "smallvec", "tokio", "serde", "env-filter", "ansi", ]