# 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 = "gearhash" version = "0.1.3" authors = ["Sam Rijs "] description = "Fast, SIMD-accelerated hash function for content-defined chunking" readme = "README.md" keywords = ["hash", "gear", "fast", "cdc", "chunking"] license = "MIT OR Apache-2.0" repository = "https://github.com/srijs/rust-gearhash" [dependencies.cfg-if] version = "0.1.10" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.quickcheck] version = "0.9.0" [dev-dependencies.rand] version = "0.7.2" [features] bench = []