blob: e0aa093e17c5eefefe2b3f8dbbdef4eab2a09631 [file] [log] [blame]
[package]
name = "crc"
version = "1.8.1"
authors = ["Rui Hu <code@mrhooray.com>"]
description = "Rust implementation of CRC(16, 32, 64) with support of various standards"
keywords = ["crc", "crc16", "crc32", "crc64", "hash"]
readme = "README.md"
repository = "https://github.com/mrhooray/crc-rs.git"
documentation = "https://docs.rs/crc"
license = "MIT OR Apache-2.0"
[build-dependencies]
build_const = "0.2"
[features]
std = []
default = ["std"]