# 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.0" name = "pyo3-opentelemetry" version = "0.3.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macro and utilities for passing OpenTelemetry context from Python to Rust" readme = "README.md" keywords = [ "python", "pyo3", "opentelemetry", "tracing", ] categories = [ "development-tools::ffi", "development-tools::profiling", ] license = "Apache-2.0" repository = "https://github.com/rigetti/pyo3-opentelemetry" [lib] name = "pyo3_opentelemetry" path = "src/lib.rs" [dependencies.opentelemetry] version = "0.25.0" [dependencies.opentelemetry_sdk] version = "0.25.0" [dependencies.pyo3] version = "0.20.0" features = ["macros"] [dependencies.pyo3-opentelemetry-macros] version = "0.3.4" [dev-dependencies.futures-util] version = "0.3.31" [dev-dependencies.once_cell] version = "1.17.1" [dev-dependencies.opentelemetry] version = "0.25.0" features = ["trace"] [dev-dependencies.tokio] version = "1.36.0" features = [ "sync", "parking_lot", "macros", ] [dev-dependencies.tracing] version = "0.1.37" features = ["log"] [dev-dependencies.tracing-opentelemetry] version = "0.26.0" [dev-dependencies.tracing-subscriber] version = "0.3.17" [features] default = ["extension-module"] extension-module = ["pyo3/extension-module"]