[package]
edition = "2018"
name = "rust_warc"
version = "1.2.0"
authors = ["Otto <otto@ot-to.nl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high performance and easy to use Web Archive (WARC) file reader"
readme = "README.md"
keywords = [
"warc",
"web",
"archive",
"parser",
]
categories = ["parser-implementations"]
license = "MIT"
repository = "https://github.com/orottier/rust-warc"
[lib]
name = "rust_warc"
path = "src/lib.rs"
[[bin]]
name = "main"
path = "src/bin/main.rs"
[dependencies]