ferrishot 0.2.0

A cross-platform desktop screenshot app
Documentation
# 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 = "2024"
name = "ferrishot"
version = "0.2.0"
authors = ["Nik Revenco"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cross-platform desktop screenshot app"
homepage = "https://github.com/nik-rev/ferrishot"
readme = "README.md"
keywords = [
    "screenshot",
    "screen-capture",
    "capture",
    "flameshot",
]
categories = [
    "visualization",
    "multimedia",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nik-rev/ferrishot"

[lib]
name = "ferrishot"
path = "src/lib.rs"

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

[dependencies.arboard]
version = "3.5"
features = ["wayland-data-control"]

[dependencies.chrono]
version = "0.4.40"

[dependencies.clap]
version = "4.5.35"
features = ["derive"]

[dependencies.delegate]
version = "0.13"

[dependencies.derive_more]
version = "2.0.1"
features = ["is_variant"]

[dependencies.easy-ext]
version = "1.0.2"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.etcetera]
version = "0.10.0"

[dependencies.iced]
version = "0.14.1"
features = [
    "canvas",
    "image",
    "web-colors",
    "advanced",
    "svg",
    "wgpu",
]
package = "ferrishot_iced"

[dependencies.image]
version = "0.25.6"

[dependencies.log]
version = "0.4.27"

[dependencies.mouse_position]
version = "0.1.4"

[dependencies.notify-rust]
version = "4.11.7"
features = ["images"]

[dependencies.rfd]
version = "0.15.3"

[dependencies.tempfile]
version = "3.19.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.xcap]
version = "0.4.1"
features = [
    "image",
    "vendored",
]

[build-dependencies.image]
version = "0.25.6"

[target.'cfg(not(target_os = "linux"))'.dependencies.tray-icon]
version = "0.20.0"

[lints.clippy]
allow_attributes = "warn"
allow_attributes_without_reason = "warn"
cast_possible_truncation = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
missing_assert_message = "warn"
missing_docs_in_private_items = "warn"
too_many_lines = "allow"
unwrap_used = "warn"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"

[profile.dist]
lto = true
codegen-units = 1
inherits = "release"