# 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 = "pdf2pwg" version = "0.3.1" authors = ["martin.kolarik@smartcontrol.cz"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Single purpose A4 page renderer rendering PDF using pdfium to PWG/URF." homepage = "https://github.com/martin-kolarik/pdf2pwg" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/martin-kolarik/pdf2pwg" [lib] name = "pdf2pwg" path = "src/lib.rs" [[test]] name = "file" path = "tests/file.rs" [dependencies.blocking] version = "^1.5" [dependencies.pdfium-render] version = "^0.8" [dependencies.thiserror] version = "^1.0" [dev-dependencies.macro_rules_attribute] version = "^0.2" [dev-dependencies.smol-macros] version = "^0.1"