epubparse 0.2.1

Parse epub and convert to text-only Book structure
Documentation
[dependencies.regex]
version = "1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.xmltree]
version = "0.10.2"

[dependencies.zip]
default-features = false
features = ["deflate"]
version = "0.5"

[package]
authors = ["jannes <jannes.dev@posteo.net>"]
description = "Parse epub and convert to text-only Book structure"
edition = "2018"
exclude = ["test_resources/*"]
keywords = ["epub", "ebook"]
license = "MIT"
name = "epubparse"
readme = "README.md"
repository = "https://github.com/jannes/epubparse/"
version = "0.2.1"