# 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 = "2018" name = "tracing-error" version = "0.2.0" authors = ["Eliza Weisman ", "Jane Lusby ", "Tokio Contributors "] description = "Utilities for enriching errors with `tracing`.\n" homepage = "https://tokio.rs" readme = "README.md" keywords = ["tracing", "error-handling", "exception-reporting", "backtrace"] categories = ["development-tools::debugging", "rust-patterns"] license = "MIT" repository = "https://github.com/tokio-rs/tracing" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.tracing] version = "0.1.12" features = ["std"] default-features = false [dependencies.tracing-subscriber] version = "0.3" features = ["registry", "fmt"] default-features = false [features] default = ["traced-error"] traced-error = [] [badges.maintenance] status = "experimental"