[package] name = "crcany-macro" description = "Proc macro implementation for crcany library." categories = ["algorithms"] keywords = ["crc", "checksum"] version = "0.0.2" license = "MIT" edition = "2021" documentation = "https://docs.rs/crcany" repository = "https://git.sr.ht/~couch/crcany" authors = ["Andrew Dona-Couch "] [lib] proc-macro = true [dependencies] once_cell = "1" quote = "1" proc-macro2 = "1" syn = "1" crcany-core = { path = "../crcany-core", version = "0.0.2" } [dev-dependencies] crcany = "0"