# 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.65" name = "opentelemetry-resource-detectors" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of community supported resource detectors for OpenTelemetry" homepage = "https://github.com/open-telemetry/opentelemetry-rust-contrib/tree/main/opentelemetry-resource-detectors" readme = "README.md" keywords = [ "opentelemetry", "resource", "detector", ] license = "Apache-2.0" repository = "https://github.com/open-telemetry/opentelemetry-rust-contrib/tree/main/opentelemetry-resource-detectors" [lib] name = "opentelemetry_resource_detectors" path = "src/lib.rs" [dependencies.opentelemetry] version = "0.27" [dependencies.opentelemetry-semantic-conventions] version = "0.27" features = ["semconv_experimental"] [dependencies.opentelemetry_sdk] version = "0.27" default-features = false