# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "engiffen" version = "0.8.1" authors = ["Jesse Bees "] exclude = ["tests/*"] description = "Encodes GIF images from sequences of images. Includes an installable\ncommand line bin as well as the library.\n" homepage = "https://github.com/TooManyBees/engiffen" documentation = "https://docs.rs/engiffen" readme = "README.md" keywords = ["gif", "stream", "image", "cli"] categories = ["multimedia", "command-line-utilities"] license = "MIT" repository = "https://github.com/TooManyBees/engiffen" [lib] name = "engiffen" path = "src/lib.rs" [[bin]] name = "engiffen" path = "src/main.rs" doc = false [dependencies.gif] version = "~0.9" [dependencies.lab] version = "~0.4" [dependencies.fnv] version = "~1.0" [dependencies.image] version = "~0.13" [dependencies.rayon] version = "~0.7" [dependencies.glob] version = "~0.2" optional = true [dependencies.getopts] version = "0.2.14" [dependencies.color_quant] version = "~1.0.0" [dependencies.rand] version = "~0.3" [features] default = ["globbing"] globbing = ["glob"] debug-stderr = []