# 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" rust-version = "1.70.0" name = "verify-same-kmer-content" version = "1.3.1" description = "Verify that an SPSS has the same kmer content as a set of unitigs" readme = "README.md" license = "BSD-2-Clause" repository = "https://github.com/sebschmi/verify-same-kmer-content" [dependencies.bitvec] version = "1.0.1" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.log] version = "0.4.20" [dependencies.simplelog] version = "0.12.1"