[dependencies.percent-encoding]
version = "2.3.1"
[dependencies.regex]
default-features = false
features = ["std", "unicode", "perf-cache", "perf-dfa", "perf-inline"]
version = "1.11.1"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.xml-rs]
version = "0.8.26"
[dependencies.zip]
default-features = false
features = ["deflate"]
version = "3.0.0"
[features]
mock = []
[lib]
name = "epub"
path = "src/lib.rs"
[package]
authors = ["Daniel GarcĂa Moreno <dani@danigm.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.4"
[[test]]
name = "archive"
path = "tests/archive.rs"
[[test]]
name = "doc"
path = "tests/doc.rs"
[[test]]
name = "read"
path = "tests/read.rs"