[package] name = "ctxerr" version = "0.2.7" authors = ["Andrey Tkachenko "] repository = "https://github.com/andreytkachenko/ctxerr.git" keywords = ["error", "handling", "thiserror", "context", "backtrace"] categories = ["error-handling"] description = "Tiny wrapper on thiserror embedding backtrace and location" license = "MIT OR Apache-2.0" exclude = [".gitignore", ".cargo/config", ".github/**", "codecov.yml"] edition = "2021" resolver = "2" [workspace] members = ["derive"] [dependencies] ctxerr_derive = {version = "0.5.3", path = "derive"} thiserror = "1.0.40"