[[bench]]
harness = true
name = "bench"
path = "benches/bench.rs"
[dependencies.crc-catalog]
version = "2.4.0"
[dev-dependencies]
[lib]
name = "crc"
path = "src/lib.rs"
[package]
authors = ["Rui Hu <code@mrhooray.com>", "Akhil Velagapudi <4@4khil.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "no-std"]
description = "Rust implementation of CRC with support of various standards"
documentation = "https://docs.rs/crc"
edition = "2021"
keywords = ["crc", "crc16", "crc32", "crc64", "hash"]
license = "MIT OR Apache-2.0"
name = "crc"
readme = "README.md"
repository = "https://github.com/mrhooray/crc-rs.git"
rust-version = "1.83"
version = "3.4.0"
[[test]]
name = "crc"
path = "tests/crc.rs"