[package] name = "err-gen" version = "0.1.4" authors = [ "Raunak Bhagat ", "Aaron Ngu ", "Faheem Saeed " ] edition = "2018" description = "Error-generation macro for hierarchical actor design" license = "MIT OR Apache-2.0" repository = "https://github.com/Proj-Cactus/err_gen.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = { version = "1.0.73", features = ["full"] } quote = "1.0" derive_more = "0.99.16"