# 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 = "barcode-count" version = "0.11.1" description = "NGS barcode counter for DEL, CRISPR-seq, and Barcode-seq" readme = "README.md" categories = ["science"] license = "Apache-2.0" repository = "https://github.com/Roco-scientist/NGS-Barcode-Count" [[bin]] name = "barcode-count" path = "src/main.rs" test = false bench = false [dependencies.ahash] version = "0.8" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33.0" [dependencies.flate2] version = "1.0" [dependencies.itertools] version = "0.10" [dependencies.num-format] version = "0.4" [dependencies.num_cpus] version = "1.0" [dependencies.rayon] version = "1.5" [dependencies.regex] version = "1.5"