# 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 = "observability-kit" version = "0.1.0" authors = ["git@bshn.rs"] description = "Configuration and other common entities related to observability" homepage = "https://gitlab.com/oss47/observability-kit" readme = "README.md" keywords = [ "observability", "tracing", "opentelemetry", ] license = "MIT/Apache-2.0" repository = "https://gitlab.com/oss47/observability-kit" [dependencies.envy] version = "0.4.2" [dependencies.eyre] version = "0.6.8" features = [ "auto-install", "track-caller", ] default-features = false [dependencies.opentelemetry] version = "0.22" [dependencies.opentelemetry-otlp] version = "0.15.0" [dependencies.opentelemetry-semantic-conventions] version = "0.14.0" [dependencies.opentelemetry_sdk] version = "0.22" features = [ "trace", "rt-tokio", ] default-features = false [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.tracing] version = "0.1" [dependencies.tracing-attributes] version = "0.1" [dependencies.tracing-opentelemetry] version = "0.23" [dependencies.tracing-subscriber] version = "0.3" features = [ "tracing-log", "fmt", "env-filter", ]