tiff 0.6.1

TIFF decoding and encoding library in pure Rust
Documentation
[[bench]]
harness = false
name = "lzw"
[dependencies.jpeg]
default-features = false
package = "jpeg-decoder"
version = "0.1.17"

[dependencies.miniz_oxide]
features = ["no_extern_crate_alloc"]
version = "0.4.1"

[dependencies.weezl]
version = "0.1.0"
[dev-dependencies.criterion]
version = "0.3.1"

[package]
authors = ["ccgn", "bvssvni <bvssvni@gmail.com>", "nwin", "TyOverby <ty@pre-alpha.com>", "HeroicKatora", "Calum", "CensoredUsername <cens.username@gmail.com>", "Robzz", "birktj"]
description = "TIFF decoding and encoding library in pure Rust"
edition = "2018"
exclude = ["tests/images/*", "tests/fuzz_images/*"]
license = "MIT"
name = "tiff"
repository = "https://github.com/image-rs/image-tiff"
version = "0.6.1"