[package] name = "match-by-hash" version = "1.0.1" edition = "2021" authors = ["lch361 "] readme = "README.md" description = "Match statement, but for any value and with a hash function" repository = "https://codeberg.org/lch361/match-by-hash" license = "MIT" keywords = ["proc-macro", "macro", "hash", "match"] [lib] proc-macro = true [dependencies] quote = "1.0.33" syn = { version = "2.0.41", features = ["full"] } proc-macro2 = "1.0.70"