# 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" rust-version = "1.65.0" name = "elinor" version = "0.4.0" authors = ["Shunsuke Kanda (kampersanda) "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Evaluation Library in Information Retrieval" homepage = "https://github.com/kampersanda/elinor" documentation = "https://docs.rs/elinor" readme = "README.md" keywords = [ "information", "retrieval", "evaluation", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/kampersanda/elinor" [package.metadata.docs.rs] default-features = false features = ["serde"] rustdoc-args = [ "--html-in-header", "katex.html", ] [lib] name = "elinor" path = "src/lib.rs" [[example]] name = "from_jsonl" path = "examples/from_jsonl.rs" [[example]] name = "from_trec" path = "examples/from_trec.rs" [[example]] name = "paired_bootstrap_test" path = "examples/paired_bootstrap_test.rs" [[example]] name = "randomized_tukey_hsd_test" path = "examples/randomized_tukey_hsd_test.rs" [[example]] name = "two_way_anova_without_replication" path = "examples/two_way_anova_without_replication.rs" [dependencies.ordered-float] version = "4.2.2" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dependencies.statrs] version = "0.17.1" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.anyhow] version = "1.0.87" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.serde_json] version = "1.0.128" [features] default = [] serde = [ "dep:serde", "ordered-float/serde", ]