# 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-auto-span" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A helper library for opentelemetry tracing" readme = "README.md" keywords = [ "opentelemetry", "logging", "tracing", ] categories = [ "development-tools::debugging", "development-tools::profiling", ] license = "Apache-2.0" repository = "https://github.com/hinohi/rust-opentelemetry-auto-span" [lib] name = "opentelemetry_auto_span" path = "src/lib.rs" proc-macro = true [[test]] name = "test_span" path = "tests/test_span.rs" [dependencies.darling] version = "0.20" [dependencies.opentelemetry] version = "0.26" features = ["trace"] default-features = false [dependencies.proc-macro2] version = "1.0" features = ["span-locations"] [dependencies.quote] version = "1.0" [dependencies.regex] version = "1" [dependencies.syn] version = "2.0" features = [ "full", "extra-traits", "visit-mut", "visit", ] [dev-dependencies.sqlx] version = "0.7" features = [ "macros", "runtime-tokio-rustls", "sqlite", ] default-features = false [dev-dependencies.tokio] version = "1" features = [ "test-util", "macros", ]