gif 0.11.1

GIF de- and encoder
Documentation
[[bench]]
harness = false
name = "decode"
[dependencies.color_quant]
version = "1.0"

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

[dev-dependencies.glob]
version = "0.3"

[features]
default = ["raii_no_panic", "std"]
raii_no_panic = []
std = []

[package]
authors = ["nwin <nwin@users.noreply.github.com>"]
description = "GIF de- and encoder"
documentation = "https://docs.rs/gif"
edition = "2018"
exclude = ["tests/*", "benches/*.gif", "gif-afl/*"]
homepage = "https://github.com/image-rs/image-gif"
license = "MIT/Apache-2.0"
name = "gif"
readme = "README.md"
repository = "https://github.com/image-rs/image-gif"
version = "0.11.1"