[package] name = "crcany-core" description = "Core implementation of 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 "] [dependencies] byteorder = "1" nom = "7" proc-macro2 = "1" quote = "1" syn = "1"