# 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 = "metry" version = "0.1.1" authors = ["ottofeller"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "All-in-one telemetry framework, based on tracing crate." homepage = "https://github.com/ottofeller/telemetry/tree/main/metry" readme = "README.md" keywords = [ "logging", "tracing", "metrics", ] license = "Apache-2.0" repository = "https://github.com/ottofeller/telemetry.git" [lib] name = "metry" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.80" [dependencies.aws-config] version = "1.4.0" [dependencies.aws-sdk-cloudwatch] version = "1.29.0" [dependencies.aws-sdk-s3] version = "1.29.0" [dependencies.aws-sdk-xray] version = "1.25.0" [dependencies.aws-smithy-types] version = "1.2.0" [dependencies.futures-core] version = "0.3.30" [dependencies.num-traits] version = "0.2.19" [dependencies.opentelemetry] version = "0.22.0" features = [ "logs", "metrics", "trace", ] [dependencies.opentelemetry-appender-tracing] version = "0.3.0" [dependencies.opentelemetry-aws] version = "0.10.0" [dependencies.opentelemetry-otlp] version = "0.15.0" features = ["http-proto"] [dependencies.opentelemetry-semantic-conventions] version = "0.15.0" [dependencies.opentelemetry-stdout] version = "0.3.0" features = [ "logs", "metrics", "trace", ] [dependencies.opentelemetry_sdk] version = "0.22.0" features = [ "logs", "metrics", "rt-tokio", ] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-core] version = "0.1.32" [dependencies.tracing-opentelemetry] version = "0.23.0" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]