# 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 = "alevin-fry" version = "0.9.0" authors = [ "Avi Srivastava ", "Hirak Sarkar ", "Dongze He ", "Mohsen Zakeri ", "Rob Patro ", ] include = [ "/src/*.rs", "/Cargo.toml", "/README.md", "/LICENSE", "/CONTRIBUTING.md", "/CODE_OF_CONDUCT.md", ] description = "A suite of tools for the rapid, accurate and memory-frugal processing single-cell and single-nucleus sequencing data." homepage = "https://github.com/COMBINE-lab/alevin-fry" documentation = "https://alevin-fry.readthedocs.io/en/latest/" 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/alevin-fry" [profile.dist] lto = "thin" inherits = "release" [profile.release] opt-level = 3 lto = "thin" [dependencies.ahash] version = "0.8.11" [dependencies.anyhow] version = "1.0.80" [dependencies.arrayvec] version = "0.7.4" [dependencies.bincode] version = "1.3.3" [dependencies.bio-types] version = "1.0.1" features = ["serde"] default-features = true [dependencies.bstr] version = "1.9.1" [dependencies.chrono] version = "0.4.35" [dependencies.clap] version = "=4.5.2" features = [ "derive", "wrap_help", "cargo", "help", "usage", "string", "error-context", ] [dependencies.crossbeam-channel] version = "0.5.12" [dependencies.crossbeam-queue] version = "0.3.11" [dependencies.csv] version = "1.3.0" [dependencies.flate2] version = "1.0.28" [dependencies.indicatif] version = "0.17.8" [dependencies.itertools] version = "0.12.1" [dependencies.libradicl] version = "0.8.2" [dependencies.mimalloc] version = "0.1.39" default-features = false [dependencies.needletail] version = "0.5.1" [dependencies.noodles] version = "0.65.0" features = [ "bam", "bgzf", "sam", ] [dependencies.noodles-util] version = "0.37.0" features = ["alignment"] [dependencies.num-format] version = "0.4.4" [dependencies.num_cpus] version = "1.16.0" [dependencies.petgraph] version = "0.6.4" [dependencies.rand] version = "0.8.5" [dependencies.sce] version = "0.2.0" [dependencies.scroll] version = "0.12.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.slog] version = "2.7.0" [dependencies.slog-async] version = "2.8.0" [dependencies.slog-term] version = "2.9.1" [dependencies.smallvec] version = "1.13.1" [dependencies.snap] version = "1.1.1" [dependencies.sprs] version = "0.11.1" [dependencies.statrs] version = "0.16.0" [dependencies.thiserror] version = "1.0.57" [dependencies.typed-builder] version = "0.18.1"