# 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 = "trasy" version = "0.1.4" description = "A library for error handling with tracing and backtrace support" readme = "README.md" keywords = [ "error-handling", "tracing", "backtrace", ] categories = [ "development-tools::debugging", "no-std", ] license = "Apache-2.0" repository = "https://github.com/reoring/trasy" [dependencies.opentelemetry] version = "0.22" features = ["trace"] [dependencies.opentelemetry-otlp] version = "0.15" features = [ "http-proto", "reqwest-client", ] [dependencies.opentelemetry_sdk] version = "0.22" features = ["rt-tokio"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-error] version = "0.2.0" [dependencies.tracing-opentelemetry] version = "0.23" [dependencies.tracing-subscriber] version = "0.3" features = [ "registry", "env-filter", ]