[package] name = "crc-catalog" version = "2.4.0" authors = ["Akhil Velagapudi "] edition = "2018" description = "Catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc-catalogue) expressed as simple Rust structs." repository = "https://github.com/akhilles/crc-catalog.git" readme = "README.md" keywords = ["crc"] categories = ["no-std", "network-programming"] license = "MIT OR Apache-2.0" exclude = ["generate_catalog.sh"] [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]