# 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 = "coreset" version = "0.0.1" authors = ["jeanpierre.both@gmail.com"] description = "Coreset " documentation = "https://docs.rs/coreset" readme = "README.md" keywords = [ "algorithms", "coreset", "cluster", ] license = "MIT/Apache-2.0" repository = "https://github.com/jean-pierreBoth/coreset" [lib] path = "src/lib.rs" [dependencies.anndists] version = "0.1.2" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.cpu-time] version = "1.0" [dependencies.dashmap] version = "5.5" [dependencies.env_logger] version = "0.11" [dependencies.indexmap] version = "2.2" [dependencies.katexit] version = "0.1" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.15" [dependencies.num-traits] version = "0.2" [dependencies.num_cpus] version = "1.8.0" [dependencies.parking_lot] version = "0.12" [dependencies.quantiles] version = "0.7" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.rand_xoshiro] version = "0.6" [dependencies.rayon] version = "1.6" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.kmedoids] version = "0.5" [features] default = [] simdeez_f = ["anndists/simdeez_f"] stdsimd = ["anndists/stdsimd"]