[package] name = "br-pdf" version = "0.0.2" edition = "2021" exclude = ["INSTALL.md", "examples"] authors = ["CarryXD <7991156@qq.com>"] keywords = ["br", "pdf", "inc"] readme = "README.md" license = "MIT" description = "This is an PDF Invoice Processing" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] adobe-cmap-parser = "0.4.0" encoding = "0.2.33" euclid = "0.22.9" linked-hash-map = "0.5.3" lopdf = "0.34.0" postscript = "0.18.2" type1-encoding-parser = "0.1.0" unicode-normalization = "0.1.19" json = "0.12.4" # pdf 解析 hex = "0.4.3" [dev-dependencies]