# 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 = "tracing-opentelemetry-fmt" version = "0.0.1" description = "Add opentelemetry trace.id and span.id to `FmtLayer` of tracing-subscriber" readme = "README.md" keywords = [ "tracing", "opentelemetry", "log", ] categories = ["development-tools::debugging"] license-file = "LICENSE" repository = "https://github.com/fortime/tracing-opentelemetry-fmt" resolver = "2" [dependencies.opentelemetry] version = "0.17.0" [dependencies.tracing] version = "0.1.36" [dependencies.tracing-opentelemetry] version = "0.17.4" [dependencies.tracing-subscriber] version = "0.3.15"