# 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 = "ff_k_center" version = "1.2.2" include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "A linear-time k-center algorithm with fairness conditions and worst-case guarantees that is very fast in practice. Includes python bindings." homepage = "http://leon.sering.eu/project/fair_and_fast_k_center_clustering/" readme = "README.md" keywords = [ "algorithm", "k-center", "clustering", "fairness", "data-science", ] categories = [ "algorithms", "mathematics", "science", ] license = "MIT" repository = "https://github.com/LeonSering/fair_and_fast_k_center_clustering" [profile.phase2_benchmark] debug-assertions = true inherits = "release" [lib] name = "ff_k_center" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "ff_k_center_bin" path = "src/main.rs" [dependencies.num_cpus] version = "1.16" [dependencies.pyo3] version = "0.14.4" features = [ "extension-module", "abi3-py36", ] [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.1"