image-extras 0.1.1

Additional image format decoders for the image crate
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 = "2021"
rust-version = "1.89.0"
name = "image-extras"
version = "0.1.1"
build = false
include = [
    "src",
    "LICENSE-APACHE",
    "LICENSE-MIT",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Additional image format decoders for the image crate"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/image-rs/image-extras"

[features]
dds = ["dep:dds"]
default = [
    "dds",
    "icns",
    "ora",
    "otb",
    "pcx",
    "sgi",
    "xbm",
    "xpm",
    "wbmp",
]
icns = [
    "dep:png",
    "dep:icns",
]
ora = [
    "image/png",
    "dep:zip",
    "dep:ouroboros",
]
otb = []
pcx = ["dep:pcx"]
sgi = []
wbmp = ["dep:wbmp"]
xbm = []
xpm = []

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

[dependencies.dds]
version = "0.2.0"
optional = true

[dependencies.icns]
version = "0.4.0"
optional = true
default-features = false

[dependencies.image]
version = "0.25.8"
default-features = false

[dependencies.ouroboros]
version = "0.18.5"
optional = true

[dependencies.pcx]
version = "0.2.4"
optional = true

[dependencies.png]
version = "0.18.0"
optional = true
default-features = false

[dependencies.wbmp]
version = "0.1.2"
optional = true

[dependencies.zip]
version = "5.1.1"
features = ["deflate"]
optional = true
default-features = false

[dev-dependencies.image]
version = "0.25.8"
features = [
    "png",
    "tiff",
]
default-features = false

[dev-dependencies.walkdir]
version = "2.5.0"