# 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 = "hash-roll" version = "0.3.0" authors = ["Cody P Schafer "] include = ["Cargo.toml", "**/*.rs", "README.md", "COMPARE.md"] description = "Rolling hashes & Content Defined Chunking (cdc)" documentation = "https://docs.rs/hash-roll" keywords = ["hash", "rolling", "incremental", "split", "cdc"] license = "AGPL-3.0" repository = "https://github.com/jmesmon/hash-roll.git" [[bench]] name = "compare" harness = false [dependencies.fmt-extra] version = "0.2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.histogram] version = "0.6" [dev-dependencies.proptest] version = "0.10.0" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.rand_pcg] version = "0.2.1" [dev-dependencies.rollsum] version = "0.2" [features] bup = [] buzhash = [] default = ["bup", "buzhash", "fastcdc", "gear", "gzip", "mii", "pigz", "ram", "zpaq", "zstd"] fastcdc = [] gear = [] gzip = [] mii = [] pigz = [] ram = [] zpaq = [] zstd = []