# 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 = "2015" name = "bigsig" version = "0.1.0" authors = ["Jianshu Zhao"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Large-scale Sequence Search with BItsliced Genomic Signature Index (BIGSIG)" readme = "README.md" keywords = [ "sequence_search", "bigsi", ] license = "MIT" [profile.release] lto = true [lib] name = "bigsig" path = "src/lib.rs" [[bin]] name = "bigsig" path = "src/main.rs" [dependencies.bincode] version = "^1.1.2" [dependencies.bit-vec_serde] version = "0.6.0" [dependencies.clap] version = "2.30.0" [dependencies.env_logger] version = "0.11" [dependencies.flate2] version = "1.0.6" [dependencies.fnv] version = "1.0.6" [dependencies.indexmap] version = "1.0.0" [dependencies.log] version = "0.4" [dependencies.probability] version = "0.15.12" [dependencies.rayon] version = "1.0.3" [dependencies.serde] version = "^1.0.89" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.systemstat] version = "0.1.3" [dependencies.xxh3] version = "0.1.1"