fullbleed 0.6.11

Deterministic, dependency-free HTML/CSS-to-PDF engine in Rust for transactional document generation and AI agent workflows.
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"
name = "fullbleed"
version = "0.6.11"
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
    "COPYRIGHT",
    "THIRD_PARTY_LICENSES.md",
    "src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic, dependency-free HTML/CSS-to-PDF engine in Rust for transactional document generation and AI agent workflows."
homepage = "https://fullbleed.dev"
documentation = "https://github.com/fullbleed-engine/fullbleed-official#readme"
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://github.com/fullbleed-engine/fullbleed-official"

[features]
python = ["pyo3"]
svg_raster = ["resvg"]

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

[dependencies.base64]
version = "0.22.1"

[dependencies.fixed]
version = "1.29"

[dependencies.fullbleed_audit_contract]
version = "0.1.0"

[dependencies.image]
version = "0.25.5"
features = [
    "png",
    "jpeg",
]
default-features = false

[dependencies.kuchiki]
version = "0.8.1"

[dependencies.libm]
version = "0.2"

[dependencies.lightningcss]
version = "1.0.0-alpha.70"

[dependencies.lopdf]
version = "0.35.0"

[dependencies.pyo3]
version = "0.21.2"
features = ["extension-module"]
optional = true

[dependencies.rayon]
version = "1.10.0"

[dependencies.resvg]
version = "0.39.0"
optional = true

[dependencies.roxmltree]
version = "0.20.0"

[dependencies.rustybuzz]
version = "0.14.1"

[dependencies.sha2]
version = "0.10.8"

[dependencies.tiny-skia]
version = "0.11.4"

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

[profile.profiling]
debug = 2
inherits = "release"