[package] name = "ebacktrace" version = "0.5.1" edition = "2021" authors = ["KizzyCode Software Labs./Keziah Biermann "] keywords = ["error", "backtrace"] categories = ["rust-patterns"] description = "A simple error wrapper which captures a backtrace and can carry an optional textual description" license = "BSD-2-Clause OR MIT" repository = "https://github.com/KizzyCode/ebacktrace-rust" readme = "README.md" [badges] appveyor = { repository = "KizzyCode/ebacktrace-rust" } [features] default = [] force_backtrace = [] [dependencies] # TODO: Drop-in until `std::backtrace` is stable backtrace = "0.3" [profile.release] overflow-checks = true [profile.bench] overflow-checks = true