[package] name = "epub2mdbook" version = "0.8.0" edition = "2024" description = "A tool to convert EPUB files to MDBook format" authors = ["Maverick Liu "] license = "MIT" repository = "https://github.com/cyborg42/epub2mdbook" keywords = ["epub", "mdbook", "converter", "ebook"] categories = ["command-line-utilities", "text-processing"] [dependencies] clap = { version = "4.5.30", features = ["derive"] } epub = "2.1.1" htmd = "0.1.6" regex = "1.11.1" thiserror = "2.0.11"