crc-any 1.1.3

To compute CRC values by providing the length of bits, expression, reflection, an initial value and a final xor value. It has built-in CRC-8-ATM, CRC-8-CDMA, CRC-16-IBM, CRC16-CCITT, CRC-32-IEEE, CRC-32-C, CRC-64-ISO and CRC-64-ECMA 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 = "1.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 built-in CRC-8-ATM, CRC-8-CDMA, CRC-16-IBM, CRC16-CCITT, CRC-32-IEEE, CRC-32-C, CRC-64-ISO and CRC-64-ECMA functions."
homepage = "https://magiclen.org/crc-any"
readme = "README.md"
keywords = ["hash", "crc", "crc16", "crc32", "crc64"]
categories = ["algorithms"]
license = "MIT"
repository = "https://github.com/magiclen/crc-any"

[[bench]]
name = "bench"
harness = false

[dependencies]
[dev-dependencies.criterion]
version = "0.2.5"

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

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