# 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 = "rank_biased_centroids" version = "0.3.1" authors = ["Matthias Petri "] description = """ Rank-Biased Centroids (RBC): A rank fusion method to combine several ranked lists into one by biasing agreement at higher ranks. """ homepage = "https://github.com/mpetri/rank_biased_centroids" documentation = "https://docs.rs/rank_biased_centroids" readme = "README.md" keywords = [ "rbc", "rank-fusion", "ranking", "combine", ] license = "MIT" repository = "https://github.com/mpetri/rank_biased_centroids" [dependencies.thiserror] version = "1" [dev-dependencies.approx] version = "0.5.1"