# 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 = "gear-fingerprinter" version = "0.0.0" authors = ["Nathan McCarty "] description = "GEAR and MinHash based data fingerprinting" readme = "README.md" license = "BSD-2-Clause-Patent" repository = "https://gitlab.com/asuran-rs/gear-fingerprinting/" [[bench]] name = "fingerprinting" harness = false [dependencies.cfg-if] version = "0.1.10" [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.rand_chacha] version = "0.2.2"