pdf-thumb 0.3.0

PDF thumbnail image generator for Windows
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 = "pdf-thumb"
version = "0.3.0"
authors = ["zxrs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDF thumbnail image generator for Windows"
documentation = "https://zxrs.github.io/pdf-thumb-docs/pdf_thumb/"
readme = "README.md"
keywords = [
    "pdf",
    "thumbnail",
]
categories = [
    "multimedia::images",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/zxrs/pdf-thumb"

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

[dependencies.dunce]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.windows]
version = "0.59"
features = [
    "Data_Pdf",
    "Storage",
    "Storage_Streams",
]