# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "genpdf" version = "0.2.0" authors = ["Robin Krahl "] exclude = [".builds/*"] description = "User-friendly PDF generator written in pure Rust" homepage = "https://sr.ht/~ireas/genpdf-rs" documentation = "https://docs.rs/genpdf" readme = "README.md" keywords = ["pdf", "text", "layout"] categories = ["text-processing"] license = "Apache-2.0 OR MIT" repository = "https://git.sr.ht/~ireas/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.image] version = "0.23.12" optional = true default-features = false [dependencies.lopdf] version = "0.26" [dependencies.printpdf] version = "0.3.4" 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"]