# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "adler32fast" version = "1.1.0" authors = ["Zac Stringham "] description = "Fast, SIMD-accelerated Adler-32 checksum computation" readme = "README.md" keywords = ["checksum", "adler", "adler32", "simd", "fast"] categories = ["algorithms", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/zlstringham/adler32fast-rs" [[bench]] name = "adler32" harness = false [dependencies.cfg-if] version = "1.0.0" [dev-dependencies.adler32] version = "1.2.0" [dev-dependencies.criterion] version = "0.3.4" [dev-dependencies.quickcheck] version = "1.0.0" default-features = false [dev-dependencies.rand] version = "0.8.3" [features] default = ["std"] std = []