selah 0.29.4

AI-native screenshot capture, annotation, and redaction library for AGNOS
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.89"
name = "selah"
version = "0.29.4"
build = false
exclude = [
    ".claude/",
    ".github/",
    "docs/",
    "scripts/",
    "crates/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI-native screenshot capture, annotation, and redaction library for AGNOS"
homepage = "https://github.com/MacCracken/selah"
documentation = "https://docs.rs/selah"
readme = "README.md"
keywords = [
    "screenshot",
    "annotation",
    "redaction",
    "mcp",
    "agnos",
]
categories = ["multimedia::images"]
license = "GPL-3.0-only"
repository = "https://github.com/MacCracken/selah"

[features]
ai = ["dep:hoosh"]
default = []
mcp = ["dep:bote"]

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.base64]
version = "0.22"

[dependencies.bote]
version = "0.50"
optional = true

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.hisab]
version = "1.3"

[dependencies.hoosh]
version = "1"
optional = true
default-features = false

[dependencies.image]
version = "0.25"

[dependencies.ranga]
version = "0.29"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "time",
    "signal",
    "io-util",
    "io-std",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.base64]
version = "0.22"

[dev-dependencies.bote]
version = "0.50"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.hisab]
version = "1.3"

[dev-dependencies.hoosh]
version = "1"
default-features = false

[dev-dependencies.image]
version = "0.25"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.uuid]
version = "1"
features = ["v4"]