crc64fast-nvme 1.1.0

SIMD accelerated CRC-64/NVME checksum calculation
Documentation
[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"

[[bin]]
name = "build_table"
path = "src/bin/build_table.rs"

[[bin]]
name = "calculate_pclmulqdq_artifacts"
path = "src/bin/calculate_pclmulqdq_artifacts.rs"

[[bin]]
name = "crc_64_nvme_checksum"
path = "src/bin/crc_64_nvme_checksum.rs"

[build-dependencies.cbindgen]
version = "0.27.0"

[dependencies.crc]
version = "3"

[dependencies.lazy_static]
optional = true
version = "1.4.0"

[dev-dependencies.crc]
version = "3"

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

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.rand]
version = "0.8"

[features]
fake-simd = []
pmull = []
vpclmulqdq = ["lazy_static"]

[lib]
crate-type = ["lib", "cdylib"]
name = "crc64fast_nvme"
path = "src/lib.rs"

[package]
authors = ["The TiKV Project Developers", "Don MacAskill"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["algorithms", "command-line-utilities", "encoding", "hardware-support"]
description = "SIMD accelerated CRC-64/NVME checksum calculation"
edition = "2021"
keywords = ["crc", "crc64", "simd", "checksum", "nvme"]
license = "MIT OR Apache-2.0"
name = "crc64fast-nvme"
readme = "README.md"
repository = "https://github.com/awesomized/crc64fast-nvme"
rust-version = "1.70.0"
version = "1.1.0"

[profile.release]
strip = true