# 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" rust-version = "1.70" name = "otlp-stdout-client" version = "0.2.0" authors = ["Alessandro Bologna "] build = false exclude = [ "tests/*", "examples/*", "benches/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A custom HTTP client for OpenTelemetry OTLP exporters in serverless environments, writing to stdout for easy integration with AWS Lambda and forwarding to collectors" homepage = "https://github.com/dev7a/lambda-otlp-forwarder" documentation = "https://docs.rs/otlp-stdout-client" readme = "README.md" keywords = [ "opentelemetry", "otlp", "stdout", "lambda", "aws", ] categories = [ "development-tools::debugging", "development-tools::profiling", "web-programming", ] license = "MIT" repository = "https://github.com/dev7a/lambda-otlp-forwarder/" [lib] name = "otlp_stdout_client" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.82" [dependencies.base64] version = "0.22.1" [dependencies.bytes] version = "1.7.2" [dependencies.flate2] version = "1.0" [dependencies.http] version = "1.1.0" [dependencies.opentelemetry-http] version = "0.26.0" [dependencies.opentelemetry-otlp] version = "0.26.0" features = [ "http-proto", "http-json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tracing] version = "0.1" features = ["log"] [dev-dependencies.opentelemetry] version = "0.26" features = ["trace"] [dev-dependencies.opentelemetry_sdk] version = "0.26.0" features = ["rt-tokio"] [dev-dependencies.sealed_test] version = "1.1.0" [dev-dependencies.tokio] version = "1.0" features = [ "rt", "macros", "rt-multi-thread", ]