pointlock-vision 0.1.7

Pointlock's Anthropic-backed visual verifier (downgrade-only, evidence-backed).
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.85"
name = "pointlock-vision"
version = "0.1.7"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pointlock's Anthropic-backed visual verifier (downgrade-only, evidence-backed)."
homepage = "https://github.com/wangweiwei/pointlock"
readme = "README.md"
keywords = [
    "pointlock",
    "vision",
    "anthropic",
    "verification",
    "automation",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/wangweiwei/pointlock"
resolver = "2"

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.pointlock-ir]
version = "0.1.7"

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.tiny_http]
version = "0.12"

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