deno_image 0.6.0

Image handling implementation for Deno
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"
name = "deno_image"
version = "0.6.0"
authors = ["the Deno authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Image handling implementation for Deno"
readme = "README.md"
license = "MIT"
repository = "https://github.com/denoland/deno"
resolver = "2"

[lib]
name = "deno_image"
path = "lib.rs"

[dependencies.bytemuck]
version = "1.17.1"

[dependencies.deno_core]
version = "0.383.0"

[dependencies.deno_error]
version = "=0.7.1"

[dependencies.image]
version = "0.25.4"
features = [
    "png",
    "jpeg",
    "bmp",
    "ico",
    "webp",
    "gif",
]
default-features = false

[dependencies.lcms2]
version = "6.1.0"
features = ["static"]

[dependencies.num-traits]
version = "0.2.19"

[dependencies.thiserror]
version = "2.0.12"