# 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 = "2018" name = "gifski-lite" version = "1.0.1" authors = ["Kornel ", "Jamie "] include = ["/README.md", "/Cargo.toml", "/src/**/*.rs"] autobins = false description = "pngquant-based GIF maker for nice-looking animGIFs that supports WASM." homepage = "https://github.com/jamsinclair/gifski-lite" documentation = "https://github.com/jamsinclair/gifski-lite#readme" readme = "README.md" keywords = ["gif", "encoder", "converter", "wasm", "gifquant"] categories = ["multimedia::video", "wasm"] license = "AGPL-3.0+" repository = "https://github.com/jamsinclair/gifski-lite" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [profile.dev] opt-level = 1 debug = 1 [profile.dev.package."*"] opt-level = 2 debug = false [profile.release] opt-level = 3 lto = true debug = false panic = "abort" [lib] crate-type = ["lib", "staticlib", "cdylib"] path = "src/lib.rs" [dependencies.crossbeam-channel] version = "0.5.2" [dependencies.gif] version = "0.11.3" [dependencies.gif-dispose] version = "3.1.1" [dependencies.imagequant] version = "=4.0.0-beta.8" default_features = false [dependencies.imgref] version = "1.9.1" [dependencies.natord] version = "1.0.9" [dependencies.png] version = "0.17.2" [dependencies.quick-error] version = "2.0.1" [dependencies.resize] version = "0.7.2" [dependencies.rgb] version = "0.8.31" [dev-dependencies.lodepng] version = "3.5.2"