# 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 = "2018" name = "sketchy-rs" version = "0.6.0" authors = ["esteinig "] include = [ "**/*.rs", "src/data/*", "Cargo.toml", ] description = "Rust command line client for Sketchy" homepage = "https://github.com/esteinig/sketchy" documentation = "https://github.com/esteinig/sketchy" readme = "README.md" keywords = [ "sketchy", "nanopore", "gnt", "mash", "streaming", ] categories = ["science"] license = "MIT" repository = "https://github.com/esteinig/sketchy" [[bin]] name = "sketchy" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2.33.0" [dependencies.csv] version = "1.1" [dependencies.finch] version = "0.4.1" [dependencies.needletail] version = "0.4.1" [dependencies.rayon] version = "1.5.1" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0"