# 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 = "alximo-corr" version = "0.2.0" authors = ["alinacaraiman "] description = "Package for correlation treatment methods" keywords = ["statistics"] license = "MIT" repository = "https://github.com/alinacaraiman/alximo" resolver = "1" [lib] path = "src/lib.rs" [dependencies.alximo-core] version = "0.1.0" [dependencies.anyhow] version = "1.0.69" [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-linalg] version = "0.16.0" [dependencies.ndarray-rand] version = "0.14.0" [dependencies.statrs] version = "0.16.0"