[package]
edition = "2021"
name = "crc32_light"
version = "0.1.2"
authors = ["kujirahand<web@kujirahand.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Calculate CRC-32 checksum"
homepage = "https://github.com/kujirahand/rust-crc32"
documentation = "https://docs.rs/crc32_light"
readme = "README.md"
keywords = [
"crc32",
"checksum",
"hash",
]
categories = ["algorithms"]
license-file = "LICENSE"
repository = "https://github.com/kujirahand/rust-crc32"
[lib]
name = "crc32_light"
path = "src/lib.rs"
[dependencies]