crc32_light 0.1.2

Calculate CRC-32 checksum
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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]