# 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 = "pepe-telemetry" version = "0.2.2" description = "Tracing tools for PepeTeam template application" homepage = "https://pepe.team" readme = "README.md" license = "MIT" repository = "https://github.com/crypto-pepe/pepe-rs" [dependencies.opentelemetry] version = "0.18.0" features = ["rt-tokio"] [dependencies.opentelemetry-jaeger] version = "0.17.0" features = ["rt-tokio"] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.tracing] version = "0.1.34" features = ["log"] [dependencies.tracing-log] version = "0.2.0" [dependencies.tracing-opentelemetry] version = "0.18.0" [dependencies.tracing-subscriber] version = "0.3.11" features = [ "registry", "env-filter", "json", ] [features] instrument = ["tracing/attributes"]