[go: up one dir, main page]

tiff 0.1.0

TIFF decoding and encoding library in pure Rust
Documentation
[package]
name = "tiff"
version = "0.1.0"
authors = [
    "ccgn",
    "bvssvni <bvssvni@gmail.com>",
    "nwin",
    "TyOverby <ty@pre-alpha.com>",
    "HeroicKatora",
    "Calum",
    "CensoredUsername <cens.username@gmail.com>",
    "Robzz"]
license = "MIT"
description = "TIFF decoding and encoding library in pure Rust"
repository = "https://github.com/PistonDevelopers/image-png.git"

[dependencies]
byteorder = "1.2.*"
lzw = "0.10.*"
num-derive = "0.2.*"
num-traits = "0.2.*"