tantivy_warc_indexer 0.2.0

Builds a tantivy index from common crawl warc.wet files
[package]
name = "tantivy_warc_indexer"
version = "0.2.0"
edition = "2018"
authors = ["Andreas Hauser <Andreas.Hauser@LMU.de>"]
description = "Builds a tantivy index from common crawl warc.wet files"
license = "CC-BY-SA-4.0"
keywords = ["index", "command-line", "CLI", "tantivy", "common-crawl"]
repository = "https://github.com/ahcm/tantivy_warc_indexer"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
warc = "^0.2"
derive_builder = "^0.10"
docopt = "^1.1"
serde = { version = "^1.0", features = ["derive"] }
tantivy = "^0.15"
flate2 = { version = "^1.0", features = ["zlib-ng-compat"], default-features = false }