genpdfi 0.2.7

User-friendly PDF generator written in pure Rust
Documentation
# 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.7"
authors = [
    "Robin Krahl <robin.krahl@ireas.org>",
    "Ismael Sh <me@theiskaa.com>",
]
build = false
exclude = [".builds/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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

[features]
default = []
images = [
    "image",
    "printpdf/embedded_images",
]

[lib]
name = "genpdfi"
path = "src/lib.rs"

[[example]]
name = "test_subsetting"
path = "examples/test_subsetting.rs"

[[example]]
name = "test_subsetting_comprehensive"
path = "examples/test_subsetting_comprehensive.rs"

[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.24.9"
optional = true
default-features = false

[dependencies.lopdf]
version = "0.26"

[dependencies.printpdf]
version = "0.7.0"
default-features = false

[dependencies.rusttype]
version = "0.8"

[dependencies.subsetter]
version = "0.2.3"

[dependencies.ttf-parser]
version = "0.24"

[dev-dependencies.float-cmp]
version = "0.8"
features = ["std"]
default-features = false

[dev-dependencies.hyphenation]
version = "0.8"
features = ["embed_en-us"]