[package] name = "crc32-v2" version = "0.0.4" edition = "2021" description = "A port of the CRC-32 algorithm to Rust" authors = ["Mahmoud Harmouch ", "Arlie Davis "] repository = "https://github.com/wiseaidev/crc32-v2" documentation = "https://docs.rs/crc32-v2" license = "MIT" build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]