warc 0.0.2

A Rust library for reading and writing WARC files.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "warc"
version = "0.0.2"
description = "A Rust library for reading and writing WARC files."
readme = "README.md"
repository = "https://github.com/jedireza/rust-warc"
documentation = "http://jedireza.github.io/rust-warc/"
license = "MIT"
authors = ["Reza Akhavan <reza@akhavan.me>"]
keywords = ["warc", "web", "archive"]

[dependencies]
uuid = "0.1.18"
chrono = "0.2.19"
hyper = "0.7.2"