crc32c-hw 0.1.3

Hardware-accelerated (SSE 4.2) implementation of CRC32C with software fallback
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 = "crc32c-hw"
version = "0.1.3"
authors = ["Maksims Ivanovs"]
description = "Hardware-accelerated (SSE 4.2) implementation of CRC32C with software fallback"
homepage = "https://github.com/maksimsco/crc32c-hw"
documentation = "http://docs.rs/crc32c-hw"
readme = "README.md"
keywords = ["crc", "crc32", "crc32c", "hash", "checksum"]
categories = ["algorithms"]
license = "MIT/Apache-2.0"
repository = "https://github.com/maksimsco/crc32c-hw"
[dependencies.byteorder]
version = "1"
default-features = false
[dev-dependencies.rand]
version = "0.5"

[features]
no-stdlib = []
[badges.travis-ci]
repository = "maksimsco/crc32c-hw"