tiff 0.3.1

TIFF decoding and encoding library in pure Rust
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.lzw]
version = "0.10"

[dependencies.num-derive]
version = "0.2"

[dependencies.num-traits]
version = "0.2"
[dev-dependencies.tempfile]
version = "3.0"