# 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 = "mmap-bitvec" version = "0.4.1" authors = [ "Gerrit Gerritsen ", "Vincent Prouillet ", "Nick Greenfield ", ] exclude = [ ".github/", ".gitignore", ] autobenches = false description = "A library for working with bit-vectors backed by memory-mapped files" readme = "./README.md" keywords = [ "bitvec", "bitvector", "bioinformatics", ] categories = [ "science", "data-structures", ] license = "MIT" repository = "https://github.com/onecodex/mmap-bitvec" [[bench]] name = "benchmark" harness = false [dependencies.memmap2] version = "0.5" [dependencies.murmurhash3] version = "0.0.5" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.tempfile] version = "3.3.0"