# 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" name = "crc16-dectr-fast" version = "0.4.0" authors = ["Tobias Bengtsson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SIMD-powered implementation of CRC-16/DECT-R (R-CRC-16)" readme = "README.md" keywords = [ "crc", "checksum", "hash", "simd", ] license = "MIT" repository = "https://github.com/TobiasBengtsson/crc-fast-rs" [lib] name = "crc16_dectr_fast" path = "src/lib.rs" bench = false [[bench]] name = "simd_vs_table_vs_simple" path = "benches/simd_vs_table_vs_simple.rs" harness = false [dependencies.core_detect] version = "1" [dependencies.crc-fast-gen] version = "0.4.0" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [features] default = ["table-fallback"] table-fallback = []