scrannotate 0.2.0

Wayland screenshot annotation tool: capture, select, annotate in place, copy or save
# 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 = "scrannotate"
version = "0.2.0"
authors = ["Jason Garber <jgarber@appcove.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wayland screenshot annotation tool: capture, select, annotate in place, copy or save"
homepage = "https://github.com/appcove/scrannotate"
readme = "README.md"
keywords = [
    "screenshot",
    "annotation",
    "wayland",
    "screen-capture",
]
categories = [
    "multimedia::images",
    "gui",
]
license = "Apache-2.0"
repository = "https://github.com/appcove/scrannotate"

[features]
default = ["screencast"]
screencast = [
    "dep:pinray",
    "dep:tracing",
    "dep:tracing-subscriber",
]

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

[dependencies.ab_glyph]
version = "0.2.32"

[dependencies.anyhow]
version = "1.0.103"

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.eframe]
version = "0.35.0"

[dependencies.epaint_default_fonts]
version = "0.35.0"

[dependencies.image]
version = "0.25.10"
features = ["png"]
default-features = false

[dependencies.pinray]
version = "0.2.4"
optional = true

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

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
optional = true

[profile.dev]
opt-level = 1

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