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