tiff 0.2.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.2.1"
authors = ["ccgn", "bvssvni <bvssvni@gmail.com>", "nwin", "TyOverby <ty@pre-alpha.com>", "HeroicKatora", "Calum", "CensoredUsername <cens.username@gmail.com>", "Robzz"]
description = "TIFF decoding and encoding library in pure Rust"
license = "MIT"
repository = "https://github.com/PistonDevelopers/image-tiff"
[dependencies.byteorder]
version = "1.2.*"

[dependencies.lzw]
version = "0.10.*"

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

[dependencies.num-traits]
version = "0.2.*"