fimg 0.4.52

fast image operations
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 = "fimg"
version = "0.4.52"
authors = ["bend-n <bend.n@outlook.com>"]
build = false
exclude = [
    "tdata",
    "benches/",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fast image operations"
readme = "README.md"
keywords = [
    "image",
    "affine",
    "scale",
    "drawing",
]
categories = [
    "multimedia::images",
    "graphics",
]
license = "MIT"
repository = "https://git.bendn.org/fimg"

[package.metadata.docs.rs]
all-features = true

[features]
blur = ["slur"]
default = [
    "save",
    "scale",
    "term",
]
real-show = [
    "minifb",
    "text",
]
save = ["png"]
scale = ["fr"]
term = [
    "qwant",
    "save",
    "scale",
    "windows",
]
text = ["fontdue"]
wgpu-convert = ["dep:wgpu"]

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

[dependencies.array_chunks]
version = "1.0.0"

[dependencies.atools]
version = "0.1.9"

[dependencies.car]
version = "0.1.3"

[dependencies.clipline]
version = "0.4.0"

[dependencies.fontdue]
version = "0.7.3"
optional = true

[dependencies.fr]
version = "0.1.1"
optional = true
package = "fer"

[dependencies.hinted]
version = "1.0.0"
features = ["nightly"]

[dependencies.libc]
version = "0.2.154"

[dependencies.lower]
version = "0.2.0"

[dependencies.mattr]
version = "0.0.2"

[dependencies.minifb]
version = "0.25.0"
features = [
    "x11",
    "wayland",
]
optional = true
default-features = false

[dependencies.png]
version = "0.18"
features = ["unstable"]
optional = true

[dependencies.qwant]
version = "1.0.2"
optional = true

[dependencies.slur]
version = "0.1.0"
optional = true

[dependencies.umath]
version = "0.0.7"

[dependencies.vecto]
version = "0.1.1"

[dependencies.wgpu]
version = "0.19.1"
optional = true
default-features = false

[dev-dependencies]

[target."cfg(windows)".dependencies.windows]
version = "0.53.0"
features = ["Win32_System_Console"]
optional = true

[profile.release]
opt-level = 3
lto = "thin"
debug = 2
incremental = true