# 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 = "sgcount" version = "0.1.35" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast and flexible sgRNA counter" homepage = "https://noamteyssier.github.io/sgcount" documentation = "https://docs.rs/sgcount" readme = "README.md" keywords = [ "cli", "CRISPR", "bioinformatics", "sequencing", "sgRNA", ] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/noamteyssier/sgcount" [[bin]] name = "sgcount" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.bstr] version = "1.5.0" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.fxread] version = "0.2.5" [dependencies.hashbrown] version = "0.15.0" [dependencies.indicatif] version = "0.17.8" features = ["rayon"] [dependencies.ndarray] version = "0.16.1" [dependencies.ndarray-stats] version = "0.6.0" [dependencies.rayon] version = "1.7.0"