# 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 = "scispeak" version = "0.1.0" description = "A tool for converting Sci-RNA-Seq3 files to 10X Genomics compatible FASTQ files." readme = "README.md" keywords = [ "bioinformatics", "genomics", "10x", "sciseq", "cli", ] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/noamteyssier/scispeak" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.disambiseq] version = "0.1.10" [dependencies.fxread] version = "0.2.10" [dependencies.gzp] version = "0.11.3" features = ["deflate_rust"] default-features = false [dependencies.hashbrown] version = "0.14.1" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.spinoff] version = "0.8.0"