# 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 = "geopagg" version = "0.2.9" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of the geopagg algorithm for p-value aggregation of sgRNAs across gene groupings" documentation = "https://docs.rs/geopagg" readme = "README.md" keywords = [ "CRISPR", "bioinformatics", "sequencing", "sgRNA", ] categories = ["science"] license = "MIT" repository = "https://github.com/noamteyssier/geopagg" [profile.release] lto = true [lib] name = "geopagg" path = "src/lib.rs" [dependencies.adjustp] version = "0.1.6" [dependencies.anyhow] version = "1.0.89" [dependencies.approx] version = "0.5.1" [dependencies.bon] version = "2.3.0" [dependencies.derive-new] version = "0.7.0" [dependencies.itertools] version = "0.13.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rayon] version = "1.10.0"