[dependencies.byteorder]
version = "1.2.1"
[dependencies.gif]
optional = true
version = "0.10.0"
[dependencies.jpeg-decoder]
default-features = false
optional = true
version = "0.1"
[dependencies.num-iter]
version = "0.1.32"
[dependencies.num-rational]
default-features = false
version = "0.2.1"
[dependencies.num-traits]
version = "0.2.0"
[dependencies.png]
optional = true
version = "0.15"
[dependencies.scoped_threadpool]
optional = true
version = "0.1"
[dependencies.tiff]
optional = true
version = "0.3.1"
[dev-dependencies.crc32fast]
version = "1.2.0"
[dev-dependencies.glob]
version = "0.3"
[dev-dependencies.num-complex]
version = "0.2.0"
[dev-dependencies.quickcheck]
version = "0.9"
[features]
benchmarks = []
bmp = []
default = ["gif_codec", "jpeg", "ico", "png_codec", "pnm", "tga", "tiff", "webp", "bmp", "hdr", "dxt", "jpeg_rayon"]
dxt = []
gif_codec = ["gif"]
hdr = ["scoped_threadpool"]
ico = ["bmp", "png_codec"]
jpeg = ["jpeg-decoder"]
jpeg_rayon = ["jpeg-decoder/rayon"]
png_codec = ["png"]
pnm = []
tga = []
webp = []
[lib]
name = "image"
path = "./src/lib.rs"
[package]
authors = ["ccgn", "bvssvni <bvssvni@gmail.com>", "nwin", "TyOverby <ty@pre-alpha.com>", "HeroicKatora", "Calum", "CensoredUsername <cens.username@gmail.com>", "fintelia <fintelia@gmail.com>"]
categories = ["multimedia::images", "multimedia::encoding"]
description = "Imaging library written in Rust. Provides basic filters and decoders for the most common image formats."
documentation = "https://docs.rs/image"
exclude = ["src/png/testdata/*", "examples/*", "tests/*"]
homepage = "https://github.com/image-rs/image"
license = "MIT"
name = "image"
readme = "README.md"
repository = "https://github.com/image-rs/image.git"
version = "0.22.5"