lightweight-pdf 0.1.0

Lightweight, dependency-minimal Rust PDF generation for recurring business documents
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 = "lightweight-pdf"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight, dependency-minimal Rust PDF generation for recurring business documents"
readme = false
license = "MIT"
repository = "https://github.com/casoon/lightweight-pdf"

[features]
default = ["default-fonts"]
default-fonts = []
png = ["dep:png"]
wasm = []
wasm-size-probe = []

[lib]
name = "lightweight_pdf"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

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

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

[[test]]
name = "business_polish_phase6"
path = "tests/business_polish_phase6.rs"

[[test]]
name = "custom_font_registry"
path = "tests/custom_font_registry.rs"

[[test]]
name = "fonts_phase4"
path = "tests/fonts_phase4.rs"

[[test]]
name = "images_phase5"
path = "tests/images_phase5.rs"

[[test]]
name = "layout_phase1"
path = "tests/layout_phase1.rs"

[[test]]
name = "pagination_phase2"
path = "tests/pagination_phase2.rs"

[[test]]
name = "spike"
path = "tests/spike.rs"

[[test]]
name = "table_phase3"
path = "tests/table_phase3.rs"

[dependencies.lightweight-pdf-core]
version = "0.1.0"

[dependencies.lightweight-pdf-fonts]
version = "0.1.0"

[dependencies.lightweight-pdf-layout]
version = "0.1.0"

[dependencies.lightweight-pdf-writer]
version = "0.1.0"

[dependencies.png]
version = "0.18.1"
optional = true
default-features = false