[package] name = "discriminant_hash_derive" version = "0.1.0" authors = ["Mihir Luthra "] edition = "2018" description = """ Derive macro to implement Hash trait based on enum's discriminants only and ignore variant's fields """ license = "MIT OR Apache-2.0" repository = "https://github.com/MihirLuthra/discriminant_hash_derive" [lib] proc-macro = true [dependencies] syn = "1.0.73" quote = "1.0.9" proc-macro2 = "1.0.27" [dev-dependencies] trybuild = "1.0.42"