[package] name = "rbo" version = "0.2.7" edition = "2021" license = "MIT" authors = ["Matthias Petri "] readme = "README.md" keywords = ["rbo", "metric", "similarity"] repository = "https://github.com/mpetri/rbo" homepage = "https://github.com/mpetri/rbo" documentation = "https://docs.rs/rbo" description = "Rank-Biased Overlap (RBO): a similarity measure for indefinite ranked lists." [[bin]] name = "rbo" path = "src/bin/rbo.rs" [dev-dependencies] rand = "0.8.5" serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.79" approx = "0.5.1" [dependencies] anyhow = "1" pico-args = "0.4.2" thiserror = "1"