# 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 = "highlightio" version = "1.0.2" description = """ hightlight.io SDK for Rust """ readme = "README.md" license = "Apache-2.0" [dependencies.env_logger] version = "0.11" [dependencies.hyper-native-tls] version = "0.3" [dependencies.log] version = "0.4" [dependencies.opentelemetry] version = "0.21" features = ["logs"] [dependencies.opentelemetry-appender-tracing] version = "0.2" [dependencies.opentelemetry-otlp] version = "0.14" features = [ "logs", "http-proto", "reqwest-rustls", ] [dependencies.opentelemetry-semantic-conventions] version = "0.13" [dependencies.opentelemetry_sdk] version = "0.21" features = ["logs"] [dependencies.thiserror] version = "1" [dependencies.tracing-subscriber] version = "0.3" features = [ "registry", "std", "fmt", "env-filter", ] default-features = false [features] async-std = [ "opentelemetry_sdk/rt-async-std", "opentelemetry-otlp/surf-client", ] default = ["sync"] sync = ["opentelemetry-otlp/reqwest-blocking-client"] tokio = [ "opentelemetry_sdk/rt-tokio", "opentelemetry-otlp/tokio", "opentelemetry-otlp/reqwest-client", ] tokio-current-thread = [ "opentelemetry_sdk/rt-tokio-current-thread", "opentelemetry-otlp/tokio", "opentelemetry-otlp/reqwest-client", ]