[package] name = "ddvm" authors = [ "youxingz ", ] categories = ["text-processing", "pdf-converter", "pdf-to-html"] description = "A Rust library for Document to Document Virtual Machine." documentation = "https://docs.rs/crate/ddvm/" homepage = "https://github.com/youxingz/ddvm" keywords = ["pdf", "html", "ddvm", "ast"] license = "MIT" readme = "README.md" repository = "https://github.com/youxingz/ddvm.git" version = "0.1.0" edition = "2021" [badges] maintenance = { status = "actively-developed" } [dependencies]