# 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 = "2021" name = "gift" version = "0.10.6" 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" [[bin]] name = "gift" required-features = ["cmd"] [[bench]] name = "decode" harness = false [[bench]] name = "encode" harness = false [dependencies.clap] version = "2.33" optional = true [dependencies.env_logger] version = "0.9" optional = true [dependencies.log] version = "0.4" [dependencies.pix] version = "0.13" [dependencies.termcolor] version = "1" optional = true [dev-dependencies.criterion] version = "0.3" [features] cmd = [ "clap", "env_logger", "termcolor", ]