pdfboss-write 1.2.0

PDF creation in pure Rust: COS object writer, content canvas, composed elements and document assembly
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 = "pdfboss-write"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDF creation in pure Rust: COS object writer, content canvas, composed elements and document assembly"
readme = "README.md"
keywords = [
    "pdf",
    "pdf-generation",
    "pdf-writer",
    "create-pdf",
    "document",
]
categories = [
    "text-processing",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/4thel00z/pdfboss"

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

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

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

[dependencies.flate2]
version = "1"
features = ["zlib-rs"]
default-features = false

[dependencies.pdfboss-core]
version = "1.2.0"

[dependencies.pdfboss-encoding]
version = "1.2.0"

[dependencies.png]
version = "0.18"

[dependencies.thiserror]
version = "2"

[dev-dependencies.pdfboss-output]
version = "1.2.0"

[dev-dependencies.pdfboss-render]
version = "1.2.0"

[dev-dependencies.pdfboss-text]
version = "1.2.0"