[package]
name = "crispr_screen"
version = "0.3.21"
edition = "2021"
description = "A fast and configurable differential expression analysis tool for CRISPR screens"
license = "MIT"
documentation = "https://docs.rs/crispr_screen"
repository = "https://github.com/noamteyssier/crispr_screen"
homepage = "https://noamteyssier.github.io/crispr_screen/"
keywords = ["cli", "CRISPR", "bioinformatics", "degs", "sgRNA"]
categories = ["command-line-utilities", "science"]
[dependencies]
adjustp = "0.1.6"
alpha-rra = "0.3.3"
anyhow = "1.0.100"
clap = { version = "4.5.48", features = ["derive"] }
colored = "3.0.0"
hashbrown = "0.15.5"
intc = "0.3.6"
ndarray = "0.16.1"
ndarray-rand = "0.15.0"
ndarray-stats = "0.6.0"
rayon = "1.11.0"
regex = "1.11.2"
statrs = "0.17.1"
geopagg = "0.3.1"
polars = { version = "0.43.1", default-features = false, features = ["csv"] }
getset = "0.1.6"
bon = "3.7.2"
rand_chacha = "0.3.1"
rand = "0.8.5"
rand_distr = "0.4.3"
env_logger = "0.11.8"
log = "0.4.28"