# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "br-pdf" version = "0.0.2" authors = ["CarryXD <7991156@qq.com>"] build = false exclude = [ "INSTALL.md", "examples", ] autobins = false autoexamples = false autotests = false autobenches = false description = "This is an PDF Invoice Processing" readme = "README.md" keywords = [ "br", "pdf", "inc", ] license = "MIT" resolver = "1" [lib] name = "br_pdf" path = "src/lib.rs" [dependencies.adobe-cmap-parser] version = "0.4.0" [dependencies.encoding] version = "0.2.33" [dependencies.euclid] version = "0.22.9" [dependencies.hex] version = "0.4.3" [dependencies.json] version = "0.12.4" [dependencies.linked-hash-map] version = "0.5.3" [dependencies.lopdf] version = "0.34.0" [dependencies.postscript] version = "0.18.2" [dependencies.type1-encoding-parser] version = "0.1.0" [dependencies.unicode-normalization] version = "0.1.19" [dev-dependencies]