smix-annotate 1.0.1

smix-annotate — screenshot annotation library. Composes circle / arrow / text / box / line primitives over PNG bytes with named color palette and 3-preset PNG compression. Powers `smix annotate` / `smix screenshot --annotate` CLI + `takeScreenshot: {annotate: [...]}` yaml verb + `--debug-output` fail-step auto-annotate.
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"
rust-version = "1.95"
name = "smix-annotate"
version = "1.0.1"
authors = ["Golia <doracawl@golia.jp>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "smix-annotate — screenshot annotation library. Composes circle / arrow / text / box / line primitives over PNG bytes with named color palette and 3-preset PNG compression. Powers `smix annotate` / `smix screenshot --annotate` CLI + `takeScreenshot: {annotate: [...]}` yaml verb + `--debug-output` fail-step auto-annotate."
homepage = "https://github.com/goliajp/smix"
documentation = "https://docs.rs/smix-annotate"
readme = "README.md"
keywords = [
    "annotate",
    "screenshot",
    "image",
    "smix",
    "testing",
]
categories = [
    "multimedia::images",
    "development-tools",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/smix"

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

[dependencies.ab_glyph]
version = "0.2"

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

[dependencies.imageproc]
version = "0.25"
default-features = false

[dependencies.oxipng]
version = "9"
features = ["zopfli"]
default-features = false

[dependencies.thiserror]
version = "2"

[lints.clippy]
result_large_err = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.rust]
warnings = "deny"