libviprs 0.1.1

A pure-Rust, thread-safe image pyramiding engine for blueprint PDFs and raster images
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 = "2024"
rust-version = "1.85"
name = "libviprs"
version = "0.1.1"
authors = ["Roman Goldmann <roman@devshell.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure-Rust, thread-safe image pyramiding engine for blueprint PDFs and raster images"
homepage = "https://libviprs.org"
readme = "README.md"
keywords = [
    "image",
    "pyramid",
    "tiles",
    "deepzoom",
    "pdf",
]
categories = [
    "multimedia::images",
    "graphics",
]
license = "MIT"
repository = "https://github.com/libviprs/libviprs"

[features]
default = []
pdfium = ["dep:pdfium-render"]
pdfium-static = [
    "pdfium",
    "pdfium-render/static",
]

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

[dependencies.flate2]
version = "1"

[dependencies.image]
version = "0.25"
features = [
    "jpeg",
    "png",
    "tiff",
]
default-features = false

[dependencies.lopdf]
version = "0.36"

[dependencies.pdfium-render]
version = "0.8"
optional = true

[dependencies.thiserror]
version = "2"

[dev-dependencies.loom]
version = "0.7"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.tempfile]
version = "3"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(loom)"]