simple_pdf_generator 0.3.0

A simple PDF generator based on headless Chromium
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 = "simple_pdf_generator"
version = "0.3.0"
authors = ["Massimiliano Montagni <massimiliano@solutiontech.tech>"]
description = "A simple PDF generator based on headless Chromium"
homepage = "https://github.com/Massimiliano-solutiontech/simple_pdf_generator"
documentation = "https://github.com/Massimiliano-solutiontech/simple_pdf_generator/blob/main/README.md"
readme = "README.md"
keywords = [
    "PDF",
    "HTML",
    "Chromium",
    "headless",
    "rendering",
]
categories = [
    "template-engine",
    "rendering",
    "visualization",
    "graphics",
]
license = "MIT"
repository = "https://github.com/Massimiliano-solutiontech/simple_pdf_generator"

[dependencies.base64]
version = "0.21.3"

[dependencies.chromiumoxide]
version = "0.5.1"
features = ["tokio-runtime"]
default-features = false

[dependencies.futures]
version = "0.3.28"

[dependencies.html-escape]
version = "0.2.13"

[dependencies.mime_guess]
version = "2.0.4"

[dependencies.once_cell]
version = "1.18.0"

[dependencies.regex]
version = "1.9.5"

[dependencies.simple_pdf_generator_derive]
version = "0"

[dependencies.tokio]
version = "1.32.0"
features = ["full"]