# 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" version = "1.1.0" authors = ["The TiKV Project Developers"] exclude = ["build_table.rs"] description = "SIMD accelerated CRC64 calculation" readme = "README.md" keywords = [ "crc", "crc64", "simd", "checksum", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tikv/crc64fast" [[bench]] name = "benchmark" harness = false [dependencies] [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 = []