[package]
name = "epub-parser"
version = "0.3.4"
edition = "2024"
authors = ["zhangwfjh <zhangwfjh@gmail.com>"]
description = "A Rust library for extracting metadata, table of contents, text, cover, and images from EPUB files."
license = "MIT"
repository = "https://github.com/zhangwfjh/epub-parser"
keywords = ["epub", "parser", "metadata", "ebook", "text-extraction"]
categories = ["parser-implementations", "text-processing"]
[dependencies]
zip = "2.1"
quick-xml = "0.36"
ordered_hash_map = "0.5.0"