# 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-logger-config" version = "0.1.1" authors = ["Rust Latam "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Custom logger config for tracing" readme = "README.md" categories = [ "development-tools::debugging", "development-tools::profiling", ] license = "Apache-2.0" repository = "https://gitlab.com/proximax-latam/celebrities" [lib] name = "tracing_logger_config" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.opentelemetry] version = "0.24" [dependencies.opentelemetry-otlp] version = "0.17" features = ["grpc-tonic"] [dependencies.opentelemetry_sdk] version = "0.24" features = ["rt-tokio"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-appender] version = "0.2" [dependencies.tracing-opentelemetry] version = "0.25" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "json", "chrono", ]