# 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.65" name = "potpourri" version = "0.0.1" authors = ["Stefan Ulbrich"] description = "A package for learning mixture modelswith the expectation maximization algorithm." homepage = "https://stefanulbrich.github.io/citrate/" documentation = "https://stefanulbrich.github.io/citrate/" readme = "Readme.md" license = "MIT OR Apache-2.0" repository = "https://github.com/StefanUlbrich/citrate/" [dependencies.ndarray] version = "0.15" features = ["serde"] optional = true [dependencies.ndarray-rand] version = "0.14" optional = true [dependencies.ractor] version = "0.7" optional = true [features] ndarray = [ "dep:ndarray", "dep:ndarray-rand", ] ractor = ["dep:ractor"]