# 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.60" name = "ts_opentelemetry" version = "0.20.0-beta.1" description = "A fork of a metrics collection and distributed tracing framework" homepage = "https://github.com/ThetaSinner/opentelemetry-rust" readme = "README.md" keywords = [ "opentelemetry", "logging", "tracing", "metrics", "async", ] categories = [ "development-tools::debugging", "development-tools::profiling", "api-bindings", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/ThetaSinner/opentelemetry-rust" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.ts_opentelemetry_api] version = "0.20.0-beta.1" [dependencies.ts_opentelemetry_sdk] version = "0.20.0-beta.1" [dev-dependencies] [features] default = ["trace"] logs = ["ts_opentelemetry_sdk/logs"] metrics = [ "ts_opentelemetry_api/metrics", "ts_opentelemetry_sdk/metrics", ] rt-async-std = ["ts_opentelemetry_sdk/rt-async-std"] rt-tokio = ["ts_opentelemetry_sdk/rt-tokio"] rt-tokio-current-thread = ["ts_opentelemetry_sdk/rt-tokio-current-thread"] testing = [ "ts_opentelemetry_api/testing", "ts_opentelemetry_sdk/testing", ] trace = [ "ts_opentelemetry_api/trace", "ts_opentelemetry_sdk/trace", ]