graphitepdf-image 0.4.0

Image primitives for GraphitePDF.
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.88"
name = "graphitepdf-image"
version = "0.4.0"
authors = ["admirsaheta <admir@flyrank.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Image primitives for GraphitePDF."
homepage = "https://github.com/admirsaheta/graphite-pdf"
documentation = "https://docs.rs/graphitepdf-image"
readme = "README.md"
keywords = [
    "pdf",
    "image",
    "graphics",
    "graphitepdf",
]
categories = [
    "graphics",
    "rendering",
]
license-file = "LICENSE"
repository = "https://github.com/admirsaheta/graphite-pdf"

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

[dependencies.base64]
version = "0.22"

[dependencies.graphitepdf-errors]
version = "0.4.0"

[dependencies.graphitepdf-svg]
version = "0.4.0"

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.47"
features = ["fs"]

[dev-dependencies.tokio]
version = "1.47"
features = [
    "io-util",
    "macros",
    "net",
    "rt-multi-thread",
    "sync",
]