# 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 = "rckive-genpdf" version = "0.4.0" authors = [ "Martijn Arts ", "Robin Krahl ", ] exclude = [".builds/*"] description = "User-friendly PDF generator written in pure Rust" homepage = "https://github.com/RCKIVE/rckive-genpdf-rs" documentation = "https://docs.rs/genpdf" readme = "README.md" keywords = [ "pdf", "text", "layout", ] categories = ["text-processing"] license = "EUPL-1.2" repository = "https://github.com/RCKIVE/rckive-genpdf-rs" [package.metadata.docs.rs] all-features = true [[example]] name = "images" required-features = ["images"] [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.lopdf] version = "0.29" features = ["pom_parser"] default-features = false [dependencies.printpdf] version = "0.5.3" default-features = false [dependencies.rusttype] version = "0.9" [dependencies.ttf-parser] version = "0.12.3" [dev-dependencies.float-cmp] version = "0.9" features = ["std"] default-features = false [dev-dependencies.hyphenation] version = "0.8" features = ["embed_en-us"] [features] default = [] images = ["printpdf/embedded_images"] pdf_comparison_tests = ["images"]