[go: up one dir, main page]

epub 1.0.4

Library to support the reading of epub files.
Documentation
[package]
name = "epub"
version = "1.0.4"
authors = ["Daniel GarcĂ­a Moreno <danigm@wadobo.com>"]
license = "GPL-3.0"
repository = "https://github.com/danigm/epub-rs.git"
documentation = "https://danigm.github.io/epub-rs-doc/epub/index.html"
keywords = ["epub", "ebook"]
description = """
Library to support the reading of epub files.
"""
exclude = [
    "test.epub",
]

[dependencies]
zip = '0.2.3'
xml-rs = '0.6.0'
regex = '0.2.2'