# 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" rust-version = "1.64" name = "gif-dispose" version = "5.0.1" authors = ["Kornel Lesiński "] description = "Implements GIF disposal method for the gif crate. The gif crate only exposes raw frame data that is not sufficient to render GIFs properly. GIF requires special composing of frames which, as this crate shows, is non-trivial." homepage = "https://lib.rs/gif-dispose" documentation = "https://docs.rs/gif-dispose/" readme = "README.md" keywords = [ "gif", "frames", "animation", ] categories = [ "multimedia::video", "multimedia::images", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kornelski/image-gif-dispose.git" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [dependencies.gif] version = "0.13.1" features = ["std"] default-features = false [dependencies.imgref] version = "1.10.1" [dependencies.rgb] version = "0.8.43" features = ["bytemuck"] default-features = false [dev-dependencies.lodepng] version = "3.10.1" [badges.maintenance] status = "actively-developed"