# 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 = "2018" name = "nthash" version = "0.5.1" authors = ["Luiz Irber "] description = "ntHash is a rolling hash function for hashing all possible k-mers in a DNA sequence." documentation = "https://docs.rs/nthash" readme = "README.md" keywords = ["bioinformatics"] categories = ["science", "algorithms"] license = "MIT/Apache-2.0" repository = "https://github.com/luizirber/nthash" [[bench]] name = "nthash" harness = false [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "^0.2" [dev-dependencies.quickcheck] version = "^0.7.1" [dev-dependencies.rand] version = "^0.5"