[package]
name = "epub-stack"
version = "0.0.1"
edition = "2021"
description = "EPUB Stack: a modern Rust implementation of the EPUB standard. (Name reserved, API under active design.)"
license = "MIT OR Apache-2.0"
repository = "https://github.com/elephant-ladder/epub-stack"
homepage = "https://elephantladder.dev"
documentation = "https://docs.rs/epub-stack"
readme = "README.md"
keywords = ["epub", "ebook", "publishing", "parser"]
categories = ["parsing", "text-processing", "api-bindings"]
[lib]
name = "epub_stack"
path = "src/lib.rs"