resamplescope-rs 0.1.0

Validate, compare, and plot the resampling filters/kernels used by any image resizer
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 = "resamplescope-rs"
version = "0.1.0"
build = "build.rs"
exclude = ["tests/local_only/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Validate, compare, and plot the resampling filters/kernels used by any image resizer"
readme = "README.md"
keywords = [
    "image",
    "resampling",
    "filter",
    "analysis",
    "quality",
]
categories = [
    "graphics",
    "multimedia::images",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/imazen/resamplescope-rs"

[features]
c-reference = ["dep:cc"]

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

[[test]]
name = "c_comparison"
path = "tests/c_comparison.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "visual"
path = "tests/visual.rs"

[dependencies.imgref]
version = "1"

[dependencies.rgb]
version = "0.8"
default-features = false

[dependencies.thiserror]
version = "2"

[dev-dependencies.png]
version = "0.17"

[build-dependencies.cc]
version = "1"
optional = true