# 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 = "alpha-rra" version = "0.3.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of the Alpha-RRA algorithm for p-value aggregation on groups of genes" documentation = "https://docs.rs/alpha-rra" readme = "README.md" keywords = [ "CRISPR", "bioinformatics", "sequencing", "sgRNA", ] categories = ["science"] license = "MIT" repository = "https://github.com/noamteyssier/alpha-rra" [lib] name = "alpha_rra" path = "src/lib.rs" [dependencies.adjustp] version = "0.1.6" [dependencies.anyhow] version = "1.0.86" [dependencies.getset] version = "0.1.2" [dependencies.hashbrown] version = "0.15.0" [dependencies.ndarray] version = "0.16.1" [dependencies.ndarray-rand] version = "0.15.0" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rayon] version = "1.10.0" [dependencies.statrs] version = "0.17.1"