[package] name = "crc64-rs" version = "0.2.0" authors = ["Jan-Erik Rediger "] keywords = ["hashing", "checksum"] description = "DEPRECATED: Use crc64 instead" homepage = "https://github.com/badboy/crc64-rs" license = "BSD-3-Clause" readme = "README.md" [lib] name = "crc64" path = "src/lib.rs" [[bin]] name = "crc64" path = "src/main.rs" doc = false