# 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 = "jam-rs" version = "0.1.0-beta.2" authors = ["Sebastian Beyvers "] exclude = ["/tests"] description = "Just another (genomic) minhash (Jam) implementation in Rust" readme = "README.md" keywords = [ "minhash", "metagenomics", "bioinformatics", "containment", "jaccard", ] categories = [ "command-line-utilities", "science", "algorithms", ] license = "MIT" repository = "https://github.com/St4NNi/jam-rs" [lib] name = "jam_rs" path = "src/lib.rs" [[bin]] name = "jam" path = "src/main.rs" [[bench]] name = "benchmarks" harness = false [dependencies.anyhow] version = "1.0.75" [dependencies.bincode] version = "1.3.3" [dependencies.bytemuck] version = "1.14.0" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.fastmurmur3] version = "0.2.0" [dependencies.flate2] version = "1.0.28" [dependencies.needletail] version = "0.5.1" [dependencies.rayon] version = "1.8.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.sourmash] version = "0.11.0" [dependencies.xxhash-rust] version = "0.8.7" features = ["xxh3"] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.murmurhash3] version = "0.0.5"