# 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 = "telemetry-subscribers" version = "0.4.1" authors = ["Evan Chan "] publish = ["crates-io"] description = "Library for common telemetry and observability functionality" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/velvia/telemetry-subscribers" [dependencies.console-subscriber] version = "0.1.6" optional = true [dependencies.crossterm] version = "0.25.0" [dependencies.once_cell] version = "1.13.0" [dependencies.opentelemetry] version = "0.18.0" features = ["rt-tokio"] optional = true [dependencies.opentelemetry-jaeger] version = "0.17.0" features = ["rt-tokio"] optional = true [dependencies.prometheus] version = "0.13.1" [dependencies.tokio] version = "1.21.2" features = [ "sync", "macros", "rt", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-appender] version = "0.2.2" [dependencies.tracing-chrome] version = "0.7.0" optional = true [dependencies.tracing-opentelemetry] version = "0.18.0" optional = true [dependencies.tracing-subscriber] version = "0.3.15" features = [ "std", "time", "registry", "env-filter", "json", ] [dev-dependencies.camino] version = "1.0.9" [features] chrome = ["tracing-chrome"] default = ["jaeger"] jaeger = [ "tracing-opentelemetry", "opentelemetry", "opentelemetry-jaeger", ] tokio-console = ["console-subscriber"]