# 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 = "2018" name = "ciff" version = "0.3.1" authors = [ "Michal Siedlaczek ", "Joel Mackenzie ", ] 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" readme = "README.md" keywords = [ "ciff", "pisa", ] license = "Apache-2.0" repository = "https://github.com/pisa-engine/ciff" [[bin]] name = "ciff2pisa" path = "src/ciff2pisa.rs" [[bin]] name = "pisa2ciff" path = "src/pisa2ciff.rs" [dependencies.anyhow] version = "1.0" [dependencies.indicatif] version = "0.15" [dependencies.memmap] version = "0.7" [dependencies.num-traits] version = "0" [dependencies.protobuf] version = "^2.27" [dependencies.structopt] version = "0.3" [dependencies.tempfile] version = "3" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [build-dependencies.protobuf-codegen-pure] version = "2.22"