[package] name = "crc-core" version = "0.1.2" authors = ["Rui Hu "] description = "core functions shared between source and build script of crc crate" keywords = ["crc", "crc32", "crc64", "hash", "checksum"] readme = "README.md" repository = "https://github.com/mrhooray/crc-core-rs.git" license = "MIT OR Apache-2.0" [dependencies] [features] std = [] default = ["std"]