# 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 = "affinityprop" version = "0.2.0" authors = ["Chris Neely "] description = """ Vectorized and Parallelized Affinity Propagation """ homepage = "https://github.com/cjneely10/affinityprop" license = "GPL-3.0" repository = "https://github.com/cjneely10/affinityprop" resolver = "2" [dependencies.clap] version = "~2.27.0" [dependencies.ndarray] version = "0.15.4" features = ["rayon"] [dependencies.num-traits] version = "0.2.14" [dependencies.rayon] version = "1.5" [dev-dependencies.tempfile] version = "3"