# 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-cli" version = "0.1.3" authors = ["Shunsuke Kanda (kampersanda) "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command line tools for elinor." readme = "README.md" keywords = [ "information", "retrieval", "evaluation", "cli", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/kampersanda/elinor/tree/main/elinor-cli" [lib] name = "elinor_cli" path = "src/lib.rs" [[bin]] name = "elinor-compare" path = "src/bin/compare.rs" [[bin]] name = "elinor-convert" path = "src/bin/convert.rs" [[bin]] name = "elinor-evaluate" path = "src/bin/evaluate.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.elinor] version = "0.4.0" features = ["serde"] default-features = false [dependencies.polars] version = "0.43.1" [dependencies.polars-lazy] version = "0.43.1" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.serde_json] version = "1.0.128"