winprint-ext 0.2.4

Fork of winprint (Windows printer API) with enhanced image printing (fit-to-page, auto-rotate)
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-ext"
version = "0.2.4"
authors = ["ArcticLampyrid <ArcticLampyrid@outlook.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fork of winprint (Windows printer API) with enhanced image printing (fit-to-page, auto-rotate)"
documentation = "https://docs.rs/winprint-ext"
readme = "README.md"
keywords = [
    "printer",
    "printing",
    "xps",
    "pdf",
]
categories = [
    "api-bindings",
    "os::windows-apis",
]
license = "BSD-3-Clause"
repository = "https://github.com/web5173/winprint-ext"

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

[features]
default = ["pdfium"]
pdfium = []
test-utils = [
    "dep:sha2",
    "dep:bs58",
    "dep:uuid",
]

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

[dependencies.bs58]
version = "0.5"
optional = true

[dependencies.fmt-derive]
version = "0.1"

[dependencies.scopeguard]
version = "1.2"

[dependencies.sha2]
version = "0.11"
optional = true

[dependencies.strum]
version = "0.28"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

[dependencies.uuid]
version = "1.23"
features = ["v4"]
optional = true

[dependencies.windows]
version = "0.62"
features = [
    "Data_Pdf",
    "Storage",
    "Storage_Streams",
    "Win32_Foundation",
    "Win32_Globalization",
    "Win32_Graphics_Direct2D",
    "Win32_Graphics_Direct2D_Common",
    "Win32_Graphics_Direct3D",
    "Win32_Graphics_Direct3D11",
    "Win32_Graphics_Dxgi",
    "Win32_Graphics_Dxgi_Common",
    "Win32_Graphics_Gdi",
    "Win32_Graphics_Imaging",
    "Win32_Graphics_Imaging_D2D",
    "Win32_Graphics_Printing",
    "Win32_Graphics_Printing_PrintTicket",
    "Win32_Security",
    "Win32_Storage_Xps_Printing",
    "Win32_System_Com",
    "Win32_System_Ole",
    "Win32_System_Threading",
    "Win32_System_Variant",
    "Win32_System_WinRT_Pdf",
    "Win32_UI_Shell",
    "Win32_UI_WindowsAndMessaging",
]

[dependencies.windows-core]
version = "0.62"

[dependencies.windows-implement]
version = "0.60.2"

[dependencies.windows-numerics]
version = "0.3.1"

[dependencies.xml]
version = "1.2"

[build-dependencies.flate2]
version = "1.1"

[build-dependencies.reqwest]
version = "0.13"
features = ["blocking"]

[build-dependencies.sigstore-trust-root]
version = "0.6.5"
default-features = false

[build-dependencies.sigstore-types]
version = "0.6.5"

[build-dependencies.sigstore-verify]
version = "0.6.5"
default-features = false

[build-dependencies.tar]
version = "0.4"