[package] name = "error-stack-macros" version = "0.0.0-reserved" authors = ["HASH"] edition = "2021" rust-version = "1.63.0" license = "MIT" description = "Macros for the `error-stack` crate" documentation = "https://docs.rs/error-stack" readme = "../README.md" repository = "https://github.com/hashintel/hash/tree/main/packages/libs/error-stack" keywords = ["error", "library", "report", "no_std", "stack"] categories = ["rust-patterns", "no-std"] [lib] proc-macro = true [dependencies] [dev-dependencies] error-stack = { version = "0.1.1", default-features = false }