# 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 = "2018" name = "genpdfi" version = "0.2.1" authors = [ "Robin Krahl ", "Ismael Sh ", ] exclude = [".builds/*"] description = "User-friendly PDF generator written in pure Rust" homepage = "https://github.com/theiskaa/genpdfi" readme = "README.md" keywords = [ "pdf", "text", "layout", ] categories = ["text-processing"] license = "Apache-2.0 OR MIT" repository = "https://github.com/theiskaa/genpdfi" [package.metadata.docs.rs] all-features = true [dependencies.derive_more] version = "0.99" features = [ "add", "add_assign", "from", "into", "mul", "mul_assign", "sum", ] default-features = false [dependencies.hyphenation] version = "0.8" optional = true [dependencies.image] version = "0.23.12" optional = true default-features = false [dependencies.lopdf] version = "0.26" [dependencies.printpdf] version = "0.7.0" default-features = false [dependencies.rusttype] version = "0.8" [dev-dependencies.float-cmp] version = "0.8" features = ["std"] default-features = false [dev-dependencies.hyphenation] version = "0.8" features = ["embed_en-us"] [features] default = [] images = [ "image", "printpdf/embedded_images", ]