[package] name = "crcany" description = "Compute any CRC." 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" quote = "1" crcany-core = { path = "../crcany-core", version = "0.0.2" } crcany-macro = { path = "../crcany-macro", version = "0.0.2" }