# 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 = "bhtsne" version = "0.5.3" authors = ["frjnn "] build = false exclude = ["/imgs"] autobins = false autoexamples = false autotests = false autobenches = false description = "Exact and Barnes-Hut implementations of t-SNE." readme = "README.md" keywords = [ "Barnes-Hut", "data-analysis", "data-visualization", "machine-learning", "tsne", ] categories = [ "algorithms", "science", "visualization", ] license = "MIT" repository = "https://github.com/frjnn/bhtsne" [lib] name = "bhtsne" path = "src/lib.rs" [dependencies.csv] version = "1.3" optional = true [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.rayon] version = "1.10" [dev-dependencies.csv] version = "1.3" [features] default = ["csv"]