winprint-kit 0.2.5

Windows printing/conversion toolkit built on winprint: download, type detection, and PDF/image/XPS/HTML/Office printing pipeline
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 = "winprint-kit"
version = "0.2.5"
authors = ["web5173@foxmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Windows printing/conversion toolkit built on winprint: download, type detection, and PDF/image/XPS/HTML/Office printing pipeline"
documentation = "https://docs.rs/winprint-kit"
readme = "README.md"
keywords = [
    "printer",
    "printing",
    "pdf",
    "html",
    "windows",
]
categories = [
    "api-bindings",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/web5173/winprint-kit"

[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-pc-windows-msvc"]

[features]
default = []
html = [
    "dep:webview2-com",
    "dep:windows",
]
office = ["dep:anyhow"]

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

[dependencies.anyhow]
version = "1.0"
optional = true

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "native-tls",
]
default-features = false

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

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
    "time",
    "process",
]

[dependencies.url]
version = "2"

[dependencies.winprint-ext]
version = "0.2.3"
features = ["pdfium"]

[target."cfg(windows)".dependencies.webview2-com]
version = "0.39"
optional = true

[target."cfg(windows)".dependencies.windows]
version = "0.62"
features = [
    "Win32_Foundation",
    "Win32_System_Com",
    "Win32_UI_WindowsAndMessaging",
]
optional = true