crc-any 2.1.3

To compute CRC values by providing the length of bits, expression, reflection, an initial value and a final xor value. It has many built-in CRC functions.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "crc-any"
version = "2.1.3"
authors = ["Magic Len <len@magiclen.org>"]
description = "To compute CRC values by providing the length of bits, expression, reflection, an initial value and a final xor value. It has many built-in CRC functions."
homepage = "https://magiclen.org/crc-any"
readme = "README.md"
keywords = ["hash", "crc", "crc16", "crc32", "crc64"]
categories = ["no-std", "algorithms"]
license = "MIT"
repository = "https://github.com/magiclen/crc-any"

[[bench]]
name = "bench"
harness = false
[dependencies.debug-helper]
version = "0.3"
[dev-dependencies.bencher]
version = "0.1.5"

[features]
development = []
[badges.appveyor]
branch = "master"
repository = "magiclen/crc-any"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "magiclen/crc-any"