[go: up one dir, main page]

epub 2.1.2

Library to support the reading of epub files.
Documentation
[dependencies.percent-encoding]
version = "2.3.1"

[dependencies.regex]
default-features = false
features = ["std", "unicode", "perf-cache", "perf-dfa", "perf-inline"]
version = "1.10.4"

[dependencies.thiserror]
version = "1.0.59"

[dependencies.xml-rs]
version = "0.8.20"

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

[package]
authors = ["Daniel GarcĂ­a Moreno <dani@danigm.net>"]
description = """
Library to support the reading of epub files.
"""
documentation = "https://docs.rs/epub/"
edition = "2021"
exclude = ["test.epub"]
keywords = ["epub", "ebook"]
license = "GPL-3.0"
name = "epub"
readme = "README.md"
repository = "https://github.com/danigm/epub-rs.git"
version = "2.1.2"