# 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 = "pipspeak" version = "0.1.9" description = "A tool for converting PIPSeq files to 10X Genomics compatible FASTQ files." readme = "README.md" keywords = [ "bioinformatics", "genomics", "10x", "pipseq", "cli", ] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/noamteyssier/pipspeak" [dependencies.anyhow] version = "1.0.71" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.4" features = ["derive"] [dependencies.disambiseq] version = "0.1.10" [dependencies.fxread] version = "0.2.5" [dependencies.gzp] version = "0.11.3" features = ["deflate_rust"] default-features = false [dependencies.hashbrown] version = "0.14.0" [dependencies.indicatif] version = "0.17.5" [dependencies.num_cpus] version = "1.15.0" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_yaml] version = "0.9.21"