# 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" rust-version = "1.70.0" name = "crc64fast-nvme" version = "1.0.0" authors = [ "The TiKV Project Developers", "Don MacAskill", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SIMD accelerated CRC-64/NVME checksum calculation" readme = "README.md" keywords = [ "crc", "crc64", "simd", "checksum", "nvme", ] categories = [ "algorithms", "command-line-utilities", "encoding", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/awesomized/crc64fast-nvme" [profile.release] strip = true [lib] name = "crc64fast_nvme" path = "src/lib.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" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.crc] version = "3" [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 = []