# 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 = "tracing-unwrap" version = "1.0.1" authors = ["Andre Braga Reis "] description = "Extension traits for logging failed unwraps to a tracing subscriber." documentation = "https://docs.rs/tracing-unwrap" readme = "README.md" keywords = [ "log", "logging", "tracing", ] categories = ["development-tools::debugging"] license = "Apache-2.0/MIT" repository = "https://github.com/abreis/tracing-unwrap" [dependencies.tracing] version = "0.1" default-features = false [dev-dependencies.tracing-test] version = "0.2" features = ["no-env-filter"] [features] default = ["panic-quiet"] log-location = [] panic-quiet = []