# 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 = "emulsion" version = "10.0.0" authors = ["Artur Barnabas "] build = "build.rs" description = "A fast and minimalistic image viewer" readme = "README.md" license = "MIT" repository = "https://github.com/ArturKovacs/emulsion" [package.metadata.bundle] name = "Emulsion" identifier = "io.github.arturkovacs.emulsion" icon = ["resource_dev/emulsion.png"] resources = ["LICENSE.txt"] short_description = "A lightweight and minimalistic image viewer" copyright = "Copyright (c) 2020 The Emulsion Contributors" linux_exec_args = "%f" linux_mime_types = [ "image/jpeg", "image/jpg", "image/pjpeg", "image/png", "image/apng", "image/gif", "image/webp", "image/tiff", "image/bmp", "image/avif", "image/svg+xml", "image/svg", "image/x-png", "image/x-tga", "image/x-targa", "image/x-bmp", "image/x-icon", "image/vnd.microsoft.icon", "image/vnd.radiance", "image/x‑portable‑bitmap", "image/x‑portable‑graymap", "image/x‑portable‑pixmap", "image/x‑portable‑anymap", ] [profile.dev.package."*"] opt-level = 1 [profile.dev.build-override] opt-level = 1 [profile.release] lto = "thin" [dependencies.arboard] version = "3.1.0" features = ["wayland-data-control"] [dependencies.backtrace] version = "0.3.56" [dependencies.clap] version = "4.0.15" [dependencies.directories-next] version = "2.0.0" [dependencies.env_logger] version = "0.9" [dependencies.error-chain] version = "0.12.4" [dependencies.gelatin] version = "0.9" [dependencies.kamadak-exif] version = "0.5.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.lexical-sort] version = "0.3.1" [dependencies.libavif-image] version = "0.9.0" features = ["codec-dav1d"] optional = true default-features = false [dependencies.log] version = "0.4" [dependencies.open] version = "3.0.3" [dependencies.rand] version = "0.8.3" [dependencies.resvg] version = "0.23.0" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.sys-info] version = "0.9.0" [dependencies.tiny-skia] version = "0.6" [dependencies.toml] version = "0.5.8" [dependencies.trash] version = "2.0.1" [dependencies.ureq] version = "2.0.2" features = ["json"] optional = true [dependencies.usvg] version = "0.23.0" [features] avif = ["libavif-image"] default = [] networking = ["ureq"] [target."cfg(windows)".build-dependencies.winres] version = "0.1.11"