# 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 = "archaea" version = "0.0.12" authors = ["jeanpierre.both@gmail.com"] description = "genome classification, probminhash hnsw archaea" readme = "README.md" keywords = [ "hnsw", "probminhash", "bacteria", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jean-pierreBoth/archaea" [lib] path = "src/lib.rs" [[bin]] name = "tohnsw" path = "src/bin/tohnsw.rs" [[bin]] name = "request" path = "src/bin/request/main.rs" [dependencies.annembed] version = "0.0.8" optional = true [dependencies.anyhow] version = "1.0.58" [dependencies.clap] version = "3.2" [dependencies.cpu-time] version = "1.0" [dependencies.crossbeam-channel] version = "0.5" [dependencies.crossbeam-utils] version = "0.8" [dependencies.csv] version = "1.1" [dependencies.env_logger] version = "0.9" [dependencies.hnsw_rs] version = "0.1.16" [dependencies.kmerutils] version = "0.0.7" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.needletail] version = "0.4" [dependencies.num] version = "0.4" [dependencies.num_cpus] version = "1.13.0" [dependencies.parking_lot] version = "0.12" [dependencies.probminhash] version = "0.1.6" [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [features] annembed_intel-mkl = ["annembed/intel-mkl-static"] annembed_openblas-static = ["annembed/openblas-static"] annembed_openblas-system = ["annembed/openblas-system"] default = [] withzmq = ["kmerutils/withzmq"]