# 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 = "opentelemetry-common" version = "0.1.0" authors = ["Vincent "] description = "A common library for OpenTelemetry logging in Rust." homepage = "https://github.com/vincent/opentelemetry-log" documentation = "https://docs.rs/opentelemetry-common" readme = "README.md" keywords = [ "opentelemetry", "logging", "log", "rust", ] categories = ["development-tools"] license = "GPL-2.0" repository = "https://github.com/vincent/opentelemetry-log" [dependencies.anyhow] version = "^1" [dependencies.log] version = "0.4" features = ["std"] [dependencies.opentelemetry] version = "0.25" features = ["logs"] [dependencies.opentelemetry-appender-log] version = "0.25" default-features = false [dependencies.opentelemetry-otlp] version = "0.25" features = [ "http-proto", "reqwest-client", "reqwest-rustls", "logs", ] [dependencies.opentelemetry-semantic-conventions] version = "0.25.0" [dependencies.opentelemetry_sdk] version = "0.25" features = [ "logs", "rt-tokio", ] [dev-dependencies.clap] version = "4.0.26" features = ["derive"] [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.tokio] version = "^1.29.1" features = [ "rt-multi-thread", "parking_lot", ]