# 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" version = "0.3.1" authors = ["John Elizarraras"] description = "CLI for computing enrichment for different analytes using ORA, GSEA, or NTA." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/bzhanglab/webgestalt_rust" [profile.release] opt-level = 3 [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.4.15" features = ["derive"] [dependencies.owo-colors] version = "4.0.0" features = ["supports-colors"] [dependencies.serde_json] version = "1.0.116" [dependencies.webgestalt_lib] version = "0.3.1"