ciff 0.2.0

The inverted index exchange format as defined as part of the Open-Source IR Replicability Challenge (OSIRRC) initiative
Documentation
[[bin]]
name = "ciff2pisa"
path = "src/ciff2pisa.rs"

[[bin]]
name = "pisa2ciff"
path = "src/pisa2ciff.rs"
[build-dependencies.protobuf-codegen-pure]
version = "2.22"
[dependencies.anyhow]
version = "1.0"

[dependencies.indicatif]
version = "0.15"

[dependencies.memmap]
version = "0.7"

[dependencies.num-traits]
version = "0"

[dependencies.protobuf]
version = "2.22"

[dependencies.structopt]
version = "0.3"

[dependencies.tempfile]
version = "3"
[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.quickcheck_macros]
version = "1"

[package]
authors = ["Michal Siedlaczek <michal.siedlaczek@nyu.edu>"]
build = "build.rs"
description = "The inverted index exchange format as defined as part of the Open-Source IR Replicability Challenge (OSIRRC) initiative"
documentation = "https://docs.rs/ciff"
edition = "2018"
keywords = ["ciff", "pisa"]
license = "Apache-2.0"
name = "ciff"
readme = "README.md"
repository = "https://github.com/pisa-engine/ciff"
version = "0.2.0"