# 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 = "2021" name = "minimizer-queue" version = "1.2.3" authors = ["Igor Martayan "] build = false exclude = [ ".github/**", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Fast computation of minimizers using a monotone queue" homepage = "https://crates.io/crates/minimizer-queue" documentation = "https://docs.rs/minimizer-queue" readme = "README.md" keywords = [ "minimizer", "queue", "monotone", "hash", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/imartayan/minimizer-queue" [lib] name = "minimizer_queue" path = "src/lib.rs" [dependencies.strength_reduce] version = "0.2" [dependencies.wyhash2] version = "0.2" [dev-dependencies.nohash-hasher] version = "0.2"