# 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] name = "nymph" version = "0.1.2" authors = ["Rhys Newell "] exclude = ["tests/*", "target/", ".idea/", ".gitignore", ".travis.yml"] description = "Non-negative matrix factorization in Rust" homepage = "https://rhysnewell.github.io/nymph/" documentation = "https://github.com/rhysnewell/nymph" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/rhysnewell/nymph" [dependencies.approx] version = "0.3" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.13.0" features = ["rayon"] [dependencies.ndarray-linalg] version = "0.12" [dependencies.openblas-src] version = "0.7" [dependencies.ordered-float] version = "1" [dependencies.rand] version = "0.6" [dependencies.rayon] version = "1.2.*" [features]