# 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.71" name = "gifski-win" version = "1.14.1" authors = ["Kornel LesiƄski"] include = [ "icons/*", "html/*", "html/assets/*", "Cargo.toml", "build.rs", "README.md", "tauri.conf.json", "src/*.rs", ] description = "GUI for gif.ski (high-quality GIF maker)" homepage = "https://gif.ski" readme = "README.md" keywords = [ "GIF", "animator", "maker", "GUI", "windows", ] categories = [ "multimedia::video", "gui", ] license = "AGPL-3.0-or-later" repository = "https://github.com/ImageOptim/gifski" [profile.dev.package.gifski] opt-level = 2 [profile.dev.package.lodepng] opt-level = 2 [dependencies.gifski] version = "1.14.1" features = [ "png", "gifsicle", ] default-features = false [dependencies.natord] version = "1.0.9" [dependencies.once_cell] version = "1.17.1" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tauri] version = "2.0.0-alpha.8" features = [ "api-all", "dialog", "updater", ] [dependencies.tauri-codegen] version = "=2.0.0-alpha.4" [dependencies.tauri-macros] version = "=2.0.0-alpha.4" [dependencies.tauri-runtime] version = "=0.13.0-alpha.4" [dependencies.tauri-runtime-wry] version = "=0.13.0-alpha.4" [dependencies.tauri-utils] version = "=2.0.0-alpha.4" [dependencies.tokio] version = "1.28.0" features = ["sync"] default-features = false [build-dependencies.tauri-build] version = "=2.0.0-alpha.4" [features] custom-protocol = ["tauri/custom-protocol"] default = ["custom-protocol"]