pdfsmith 0.1.1

A customizable PDF generation library from Markdown or structured JSON input
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 = "2024"
rust-version = "1.88"
name = "pdfsmith"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A customizable PDF generation library from Markdown or structured JSON input"
homepage = "https://github.com/DhvaniBhesaniya/pdfsmith"
documentation = "https://docs.rs/pdfsmith"
readme = "README.md"
keywords = [
    "pdf",
    "markdown",
    "html",
    "chrome",
    "document",
]
categories = [
    "parser-implementations",
    "text-processing",
    "template-engine",
]
license = "MIT"
repository = "https://github.com/DhvaniBhesaniya/pdfsmith"

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

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

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

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

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

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

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

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

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

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

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

[dependencies.comrak]
version = "0.52.0"

[dependencies.headless_chrome]
version = "1.0.14"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2"

[dev-dependencies.env_logger]
version = "0.11"