# 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 = "libradicl" version = "0.9.0" authors = [ "Avi Srivastava ", "Hirak Sarkar ", "Dongze He ", "Mohsen Zakeri ", "Rob Patro ", ] include = [ "src/*.rs", "examples/*.rs", "/Cargo.toml", "/README.md", "/LICENSE", ] description = "support library for alevin-fry" homepage = "https://github.com/COMBINE-lab/libradicl" documentation = "https://docs.rs/libradicl" readme = "README.md" keywords = [ "single-cell", "preprocessing", "RNA-seq", "single-nucleus", "RNA-velocity", ] categories = [ "command-line-utilities", "science", ] license-file = "LICENSE" repository = "https://github.com/COMBINE-lab/libradicl" [dependencies.ahash] version = "0.8.11" [dependencies.anyhow] version = "1.0.86" [dependencies.bio-types] version = "1.0.1" [dependencies.bytemuck] version = "1.16.1" features = ["aarch64_simd"] [dependencies.crossbeam-queue] version = "0.3.11" [dependencies.dashmap] version = "^6.0.1" [dependencies.derivative] version = "2.2.0" [dependencies.itertools] version = "0.13.0" [dependencies.noodles-bam] version = "0.64.0" [dependencies.noodles-sam] version = "0.61.0" [dependencies.num] version = "0.4.3" [dependencies.scroll] version = "0.12.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.smallvec] version = "1.13.2" [dependencies.snap] version = "1" [dev-dependencies.indicatif] version = "0.17.8" [dev-dependencies.needletail] version = "0.5.1"