# 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 = "kurtbuilds_user_backtrace" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A very small library for smaller backtraces that only contain user relevant information" readme = "README.md" license = "MIT" [lib] name = "user_backtrace" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" features = ["backtrace"] [dev-dependencies.pretty_assertions] version = "1.4.1"