# 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 = "alphabeta" version = "0.3.0" description = "Tools for analysing epigenetic data." license = "GPL-3.0" repository = "https://github.com/constantingoeldel/alphabeta-rs" [lib] name = "alphabeta" path = "src/lib.rs" [[bin]] name = "alphabeta" path = "src/cli.rs" [dependencies.argmin] version = "0.8" [dependencies.argmin-math] version = "0.3" features = [ "ndarray_latest-serde", "nalgebra_latest-serde", ] [dependencies.blas-src] version = "0.8.0" features = ["openblas"] [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.itertools] version = "0.12.0" [dependencies.methylome] version = "0.3" [dependencies.ndarray] version = "0.15.0" features = ["blas"] [dependencies.ndarray-stats] version = "0.5.1" [dependencies.noisy_float] version = "0.2.0" [dependencies.openblas-src] version = "0.10" features = ["static"] [dependencies.pedigree] version = "0.3" [dependencies.plotters] version = "0.3.5" [dependencies.progress_bars] version = "0.3" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8" [dependencies.thiserror] version = "1.0"