# 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 = "rusty_pdf" version = "0.21.0" authors = ["Joshua Pauline "] description = "Crate adding text and images to existing pdf files" readme = "README.md" keywords = ["pdf", "manipulation", "pdf-manipulation", "pdf-generation"] categories = ["encoding", "graphics"] license = "MIT OR Apache-2.0" repository = "https://github.com/joshpauline/rusty_pdf" resolver = "2" [dependencies.headless_chrome] version = "0.9.0" [dependencies.imagesize] version = "0.9" [dependencies.log] version = "0.4.14" [dependencies.lopdf] version = "0.27.0" features = ["chrono_time", "nom_parser", "embed_image"] default-features = false [dependencies.png] version = "0.17.2" [dependencies.tiny_http] version = "0.6"