[badges.maintenance]
status = "actively-developed"
[dependencies.hashbrown]
optional = true
version = "0.15"
[dependencies.libm]
optional = true
version = "0.2.11"
[dependencies.rayon]
optional = true
version = "1.10.0"
[dependencies.rgb]
default-features = false
version = "0.8.50"
[dev-dependencies.png]
version = "0.17.14"
[features]
default = ["std", "rayon"]
no_std = ["dep:libm", "dep:hashbrown"]
rayon = ["dep:rayon", "std"]
std = []
[lib]
name = "resize"
path = "src/lib.rs"
[package]
authors = ["Kornel <kornel@geekhood.net>", "Kagami Hiiragi <kagami@genshiken.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["graphics", "multimedia::images", "no-std"]
description = "Simple image resampling library in pure Rust."
documentation = "https://docs.rs/resize"
edition = "2021"
homepage = "https://github.com/PistonDevelopers/resize"
include = ["Cargo.toml", "README.md", "LICENSE", "src/*.rs"]
keywords = ["resize", "scale", "resample", "image", "graphics"]
license = "MIT"
name = "resize"
readme = "README.md"
repository = "https://github.com/PistonDevelopers/resize.git"
rust-version = "1.63"
version = "0.8.8"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]