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