[package]
edition = "2024"
rust-version = "1.85"
name = "pointlock-vision"
version = "0.1.10"
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.10"
[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",
]