# 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 = "spanned_error_message" version = "0.1.0" authors = ["zebreus "] description = "Pretty error messages with spans outside of proc macros" homepage = "https://github.com/zebreus/bachelor-thesis/tree/master/bambu-macro/spanned_error_message" readme = "README" keywords = [ "buildscript", "cargo", "error", "message", "span", ] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/zebreus/bachelor-thesis" resolver = "1" [dependencies.proc-macro2] version = "1.0.60" features = ["span-locations"]