# 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 = "intc" version = "0.3.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of the *-INC method to calculate an empirical FDR for non-targeting controls in CRISPR screens " documentation = "https://docs.rs/intc" readme = "README.md" keywords = [ "CRISPR", "bioinformatics", "sequencing", "sgRNA", ] categories = ["science"] license = "MIT" repository = "https://github.com/noamteyssier/intc" [lib] name = "intc" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.hashbrown] version = "0.15.0" [dependencies.ndarray] version = "0.16.1" features = ["rayon"] [dependencies.ndarray-rand] version = "0.15.0" [dependencies.statrs] version = "0.17.1"