# 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" rust-version = "1.63.0" name = "webgestalt_lib" version = "0.3.1" authors = ["John Elizarraras"] description = "Library for computing enrichment for different analytes using ORA or GSEA." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/bzhanglab/webgestalt_rust" [profile.release] opt-level = 3 [dependencies.ahash] version = "0.8.6" [dependencies.csv] version = "1.3.0" [dependencies.ndarray] version = "0.15.6" features = ["rayon"] [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rayon] version = "1.8.0" [dependencies.serde] version = "1.0.190" features = [ "std", "derive", ] [dependencies.serde_json] version = "1.0.114" [dependencies.statrs] version = "0.16.0" [dev-dependencies.pretty_assertions] version = "1.4.0"