epubparse 0.1.0

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

[dependencies]
thiserror = "1.0"
regex = "1"
xmltree = "0.10.2"
zip = { version = "0.5", default-features = false, features = ["deflate"] }