# 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.75.0" name = "easy_init_newrelic_opentelemetry" version = "0.2.0" authors = ["Romira915 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple example of how to initialize a newrelic opentelemetry exporter" homepage = "https://github.com/Romira915/easy_init_newrelic_opentelemetry" readme = "README.md" keywords = [ "tracing", "metrics", "logging", "opentelemetry", "newrelic", ] categories = [ "development-tools", "web-programming", "network-programming", ] license = "MIT" repository = "https://github.com/Romira915/easy_init_newrelic_opentelemetry" [lib] name = "easy_init_newrelic_opentelemetry" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.90" [dependencies.hyper] version = "1.5.0" [dependencies.opentelemetry] version = "0.26.0" features = [ "metrics", "logs", ] [dependencies.opentelemetry-appender-tracing2] version = "0.26.0" [dependencies.opentelemetry-http] version = "0.26.0" [dependencies.opentelemetry-otlp] version = "0.26.0" features = [ "tonic", "metrics", "logs", "tracing", "http-proto", "reqwest-client", "reqwest-rustls", "tls", "tls-roots", "opentelemetry-http", ] [dependencies.opentelemetry-semantic-conventions] version = "0.26.0" features = ["semconv_experimental"] [dependencies.opentelemetry-stdout] version = "0.26.0" features = ["logs"] [dependencies.opentelemetry_sdk] version = "0.26.0" features = [ "rt-tokio", "logs", "metrics", ] [dependencies.time] version = "0.3.31" features = [ "macros", "formatting", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-opentelemetry] version = "0.27.0" features = [] [dependencies.tracing-subscriber] version = "0.3.18" features = [ "alloc", "json", "fmt", "env-filter", "std", "time", ] [dev-dependencies.tokio] version = "1.40.0" features = [] [badges.github] repository = "tanakh/hogehoge" workflow = "Rust"