[package]
name = "scan-core"
version = "0.1.2"
edition = "2021"
description = "Computer vision engine for exam detection and ArUco marker rectification"
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["computer-vision", "aruco", "scanning", "image-processing"]
categories = ["computer-vision", "science::robotics"]
repository = "https://github.com/self-david/scan-core"
[dependencies]
image = { version = "0.25", features = ["png", "jpeg"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
log = "0.4"
base64 = "0.22"
anyhow = "1.0"
imageproc = "0.26.0"