forked from zqfang/GSEApy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
42 lines (37 loc) · 1.02 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package]
name = "gseapy"
version = "1.1.0"
authors = ["Zhuoqing Fang <[email protected]>"]
description = "Gene Set Enrichment Analysis in Rust."
license-file = "LICENSE.md"
homepage = "https://github.com/zqfang/GSEApy"
documentation ="https://gseapy.readthedocs.io/en/latest/"
edition = "2021"
readme = "README-rust.md"
categories = ["science"]
[lib]
name = "gse"
crate-type = ["cdylib"]
# [[bin]]
# name = "gsears"
# path = "src/main.rs"
[features]
# https://github.com/PyO3/pyo3/discussions/2271
extension-module = ["pyo3"]
[dependencies]
pyo3 = { version = "0.16.5", features = ["extension-module"], optional = true }
rand = {version = "*", features = ['small_rng']}
rayon = "*"
csv = "*"
itertools = "*"
statrs = "*"
serde = { version = "*", features = ["derive"] }
# regex = "*"
# ndarray = "*"
# ndarray-rand = "*"
# ndarray-stats = "*"
# fastrand = "*"
# rand_xoshiro = "*"
# rand_pcg = "*"
# statrs = "0.15" ## statistical package