# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "iterative_methods" version = "0.2.1" authors = ["Daniel Vainsencher ", "Daniel Fox "] exclude = ["/local", "/visualizations", "/p3", "/visualizations_python/__pycache__", "visualizations_python/parameters_for_histogram.yaml"] description = "Iterative methods and associated utilities as StreamingIterators." readme = "README.md" keywords = ["math", "stream", "machine-learning", "algorithm", "optimization"] license = "MIT OR Apache-2.0" repository = "https://github.com/daniel-vainsencher/iterative_methods_rs" [lib] name = "iterative_methods" path = "src/lib.rs" [dependencies.eigenvalues] version = "0.3.1" [dependencies.nalgebra] version = "0.19.0" [dependencies.ndarray] version = "0.13.0" default-features = false [dependencies.rand] version = "0.8.0" [dependencies.rand_distr] version = "0.4.0" [dependencies.rand_pcg] version = "0.3.0" [dependencies.streaming-iterator] version = "0.1.0" [dependencies.yaml-rust] version = "0.4" [dev-dependencies.quickcheck] version = "= 1.0.1"