# 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 = "crc-32c" version = "0.1.0" description = "Comput CRC-32C using accelerated SIMD and fusion algorithm" homepage = "https://github.com/lizhanhui/crc-32c" documentation = "https://docs.rs/crc-32c" readme = "README.md" keywords = [ "CRC-32C", "SIMD", "fusion", "pclmulqdq", "three-way", ] categories = [ "algorithms", "development-tools", "mathematics", ] license = "Apache-2.0" repository = "https://github.com/lizhanhui/crc-32c" [[bench]] name = "benchmark" harness = false [dependencies] [dev-dependencies.crc] version = "3.0.1" [dev-dependencies.crc32c] version = "0.6.4" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5"