emulsion 12.0.0

A fast and minimalistic image viewer
# 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 = "12.0.0"
authors = ["Artur Barnabas <kovacs.artur.barnabas@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast and minimalistic image viewer"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ArturKovacs/emulsion"

[package.metadata.bundle]
copyright = "Copyright (c) 2020 The Emulsion Contributors"
icon = ["resource_dev/emulsion.png"]
identifier = "io.github.arturkovacs.emulsion"
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",
]
name = "Emulsion"
resources = ["LICENSE.txt"]
short_description = "A lightweight and minimalistic image viewer"

[features]
avif = ["gelatin/avif"]
benchmark = ["gelatin/benchmark"]
default = []
networking = ["ureq"]

[[bin]]
name = "emulsion"
path = "src/main.rs"

[dependencies.arboard]
version = "3.3"
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.11"

[dependencies.gelatin]
version = "0.13"

[dependencies.kamadak-exif]
version = "0.5.3"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.lexical-sort]
version = "0.3.1"

[dependencies.log]
version = "0.4"

[dependencies.open]
version = "5"

[dependencies.rand]
version = "0.8.3"

[dependencies.resvg]
version = "0.41"

[dependencies.serde]
version = "1.0.123"
features = ["derive"]

[dependencies.sys-info]
version = "0.9.0"

[dependencies.thiserror]
version = "1.0.59"

[dependencies.tiny-skia]
version = "0.11.4"

[dependencies.toml]
version = "0.8.12"

[dependencies.trash]
version = "4.1"

[dependencies.ureq]
version = "2.0.2"
features = ["json"]
optional = true

[dependencies.usvg]
version = "0.41"

[target."cfg(windows)".build-dependencies.winres]
version = "0.1.11"

[profile.dev.package."*"]
opt-level = 1

[profile.dev.build-override]
opt-level = 1

[profile.release]
lto = "thin"