# 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 = "phantompurger-rs" version = "0.1.0" build = false include = [ "/src", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Detecting chimeric molecules in scRNAseq" homepage = "https://github.com/redst4r/rustphantompurger" readme = "README.md" keywords = [ "scrnaseq", "kallisto", "bus", "single-cell", "rnaseq", ] categories = ["science"] license = " GPL-3.0-or-later" repository = "https://github.com/redst4r/rustphantompurger" [lib] name = "phantompurger_rs" path = "src/lib.rs" [[bin]] name = "phantompurger-rs" path = "src/main.rs" [dependencies.bustools] version = "0.14" [dependencies.clap] version = "4" features = ["derive"] [dependencies.flate2] version = "1" [dependencies.indicatif] version = "0.17" [dependencies.itertools] version = "0.13" [dependencies.polars] version = "0.41" [dependencies.serde] version = "1" [dependencies.statrs] version = "0.17" [dev-dependencies.insta] version = "1.39" features = [ "yaml", "redactions", ]