warc 0.0.3

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

[dependencies]
chrono = "0.4.0"
hyper = "0.11.0"
uuid = { version = "0.5.0", features = ["v4"] }