[package] name = "crc-fast-gen" authors = ["Tobias Bengtsson "] description = "A proc-macro generating SIMD/table/loop CRC algorithms" repository = "https://github.com/TobiasBengtsson/crc-fast-rs" version = "0.4.0" edition = "2021" license = "MIT" [dependencies] [lib] proc-macro = true