gift 0.12.0

A library for reading and writing GIF images
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "gift"
version = "0.12.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for reading and writing GIF images"
documentation = "https://docs.rs/gift"
readme = "README.md"
keywords = [
    "gif",
    "image",
]
categories = [
    "multimedia",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DougLau/gift"
resolver = "2"

[lib]
name = "gift"
path = "src/lib.rs"

[[example]]
name = "dec_block"
path = "examples/dec_block.rs"

[[example]]
name = "dec_frame"
path = "examples/dec_frame.rs"

[[example]]
name = "dec_raster"
path = "examples/dec_raster.rs"

[[example]]
name = "dots"
path = "examples/dots.rs"

[[example]]
name = "enc_block"
path = "examples/enc_block.rs"

[[example]]
name = "enc_raster"
path = "examples/enc_raster.rs"

[[bench]]
name = "decode"
path = "benches/decode.rs"
harness = false

[[bench]]
name = "encode"
path = "benches/encode.rs"
harness = false

[dependencies.log]
version = "0.4"

[dependencies.pix]
version = "0.15"

[dev-dependencies.criterion]
version = "0.5"