huget 0.1.0

gProfiler for human genomics
# 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 = "2024"
name = "huget"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gProfiler for human genomics"
homepage = "https://codeberg.org/gsablok/huget"
readme = "README.md"
keywords = [
    "bioinformatics",
    "genomics",
]
license = "MIT"
repository = "https://codeberg.org/gsablok/huget"

[[bin]]
name = "huget"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.burn]
version = "0.20.1"
features = [
    "train",
    "vision",
    "network",
    "cpu",
    "cuda",
    "ndarray",
    "wgpu",
    "dataset",
    "std",
    "autodiff",
    "fusion",
    "store",
    "metrics",
]

[dependencies.clap]
version = "4.5.47"
features = ["derive"]

[dependencies.csv]
version = "1.1"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.dotty]
version = "0.1.0"

[dependencies.figlet-rs]
version = "0.1.5"

[dependencies.ndarray]
version = "0.15"

[dependencies.rayon]
version = "1.12.0"

[dependencies.reqwest]
version = "0.13.4"
features = ["blocking"]

[dependencies.scraper]
version = "0.27.0"

[dependencies.tokio]
version = "1.47.1"
features = ["full"]