flexpdf 0.1.6

PDF generation from XML or Rust structures with flexbox layout
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 = "2021"
name = "flexpdf"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDF generation from XML or Rust structures with flexbox layout"
homepage = "https://github.com/tpisto/flexpdf"
readme = "README.md"
keywords = [
    "pdf",
    "flexbox",
    "xml",
    "layout",
    "document",
]
categories = [
    "text-processing",
    "template-engine",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tpisto/flexpdf"

[features]
curl = []
default = ["tls-native"]
tls-native = ["reqwest/default-tls"]
tls-rustls = ["reqwest/rustls-tls"]

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

[[bin]]
name = "flexpdf"
path = "src/bin/flexpdf.rs"

[[bin]]
name = "include_pdf_pages_example"
path = "src/bin/include_pdf_pages_example.rs"

[dependencies.dirs]
version = "5.0"

[dependencies.flate2]
version = "1.0"

[dependencies.hyphenation]
version = "0.8.4"
features = ["embed_all"]

[dependencies.image]
version = "0.25"
features = ["jpeg"]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.parley]
version = "0.7"
features = ["std"]
default-features = false

[dependencies.png]
version = "0.17"

[dependencies.quick-xml]
version = "0.31"

[dependencies.read-fonts]
version = "0.36.0"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = ["blocking"]
default-features = false

[dependencies.skrifa]
version = "0.39.0"

[dependencies.taffy]
version = "0.7"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.unicode-normalization]
version = "0.1"