gift 0.9.1

A library for reading and writing GIF images
Documentation
[[bench]]
harness = false
name = "decode"

[[bin]]
name = "gift"
required-features = ["cmd"]
[dependencies.clap]
optional = true
version = "2.33"

[dependencies.env_logger]
optional = true
version = "0.7"

[dependencies.log]
version = "0.4"

[dependencies.lzw]
version = "0.10"

[dependencies.pix]
version = "0.13"

[dependencies.termcolor]
optional = true
version = "1"
[dev-dependencies.bencher]
version = "0.1"

[features]
cmd = ["clap", "env_logger", "termcolor"]

[package]
authors = ["Doug Lau <doug.p.lau@gmail.com>"]
categories = ["multimedia", "encoding"]
description = "A library for reading and writing GIF images"
documentation = "https://docs.rs/gift"
edition = "2018"
include = ["src/**/*", "Cargo.*", "LICENSE-*", "README.md", "CHANGELOG.md", "benches/*"]
keywords = ["gif", "image"]
license = "MIT OR Apache-2.0"
name = "gift"
readme = "README.md"
repository = "https://github.com/DougLau/gift"
version = "0.9.1"