# 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 = "rolling-dual-crc" version = "0.1.0" include = ["/benches", "/src", "LICENSE", "README.md", "build.rs"] description = "Rolling CRC with 32-bit CRC32C and 64-bit CRC64/XZ" keywords = ["checksum", "crc", "crc32", "crc64", "rolling"] categories = ["algorithms"] license = "MIT" repository = "https://github.com/malaire/rolling-dual-crc" resolver = "2" [lib] bench = false [[bench]] name = "benchmarks" harness = false [dependencies.crc32c] version = "0.6.0" optional = true [dependencies.crc64fast] version = "1.0.0" optional = true [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [build-dependencies.regex] version = "1.5.4" [features] fast = ["crc32c", "crc64fast"]