# 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 = "fedimint-logging" version = "0.4.3" authors = ["The Fedimint Developers"] description = "contains some utilities for logging and tracing" readme = "README.md" license = "MIT" repository = "https://github.com/fedimint/fedimint" [lib] name = "fedimint_logging" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.console-subscriber] version = "0.3.0" optional = true [dependencies.opentelemetry] version = "0.23.0" optional = true [dependencies.opentelemetry-jaeger] version = "0.21.0" optional = true [dependencies.tracing-opentelemetry] version = "0.23.0" optional = true [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [features] telemetry = [ "tracing-opentelemetry", "opentelemetry-jaeger", "console-subscriber", "opentelemetry", ]