[package] name = "error_spanned" version = "0.1.0" authors = ["Mihir Luthra "] edition = "2018" description = """ Generates wrapper structs and macros around an enum implementing std::error::Error. Generated macros can be used to add line, file and span info to the enum's error. This is meant to be used inside proc macro libs. """ license = "MIT OR Apache-2.0" repository = "https://github.com/MihirLuthra/error_spanned" [dependencies] error_spanned_derive = "0.1.0" proc-macro2 = "1.0.27" syn = "1.0.73" [dev-dependencies] proc-macro2 = "1.0.27" trybuild = "1.0.42"