html2pdf 0.8.3

Convert HTML to PDF using a Headless Chrome browser
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 = "html2pdf"
version = "0.8.3"
authors = ["Igor Laborie <ilaborie@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert HTML to PDF using a Headless Chrome browser"
homepage = "https://github.com/ilaborie/html2pdf"
documentation = "https://docs.rs/html2pdf"
readme = "README.md"
keywords = [
    "cli",
    "pdf",
]
categories = [
    "command-line-utilities",
    "encoding",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/ilaborie/html2pdf"

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

[[bin]]
name = "html2pdf"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.93"

[dependencies.clap]
version = "4.5.21"
features = ["derive"]

[dependencies.derive_more]
version = "2.1.1"
features = [
    "from",
    "error",
    "display",
]

[dependencies.dunce]
version = "1.0.5"

[dependencies.headless_chrome]
version = "1.0.16"

[dependencies.humantime]
version = "2.1.0"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
version = "0.3.18"
features = [
    "env-filter",
    "fmt",
]

[dev-dependencies.assert2]
version = "0.4.0"

[dev-dependencies.rstest]
version = "0.26.1"

[profile.dist]
lto = "thin"
inherits = "release"