# 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 = "trace-err" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A small extension to the tracing crate, which provides a single method 'trace_expect()' for Result and Option" readme = "README.md" keywords = [ "tracing", "logging", ] categories = [ "development-tools::profiling", "no-std", ] license = "Unlicense" repository = "https://github.com/ricktaylor/trace-err" [lib] name = "trace_err" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3"