[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics"]
version = "1.13.1"
[lib]
name = "another_rust_warc"
path = "src/lib.rs"
[package]
authors = ["Otto <otto@ot-to.nl>", "Anders Conbere <anders@conbere.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations"]
description = "An easy to use Web Archive (WARC) file reader and writer"
edition = "2021"
keywords = ["warc", "web", "archive", "parser"]
license = "MIT"
name = "another_rust_warc"
readme = "README.md"
repository = "https://github.com/aconbere/another-rust-warc"
version = "0.0.1"