[dependencies.console_error_panic_hook]
version = "0.1.7"
[dependencies.image]
default-features = true
version = "0.25.9"
[dependencies.js-sys]
version = "0.3.83"
[dependencies.rxing]
features = ["wasm_support"]
version = "0.8.3"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.wasm-bindgen]
version = "0.2.106"
[dependencies.wasm-bindgen-futures]
version = "0.4.56"
[dependencies.web-sys]
features = ["Document", "Event", "File", "FileList", "FileReader", "HtmlInputElement", "HtmlVideoElement", "HtmlCanvasElement", "CanvasRenderingContext2d", "ImageData", "Window", "Navigator", "MediaDevices", "MediaStream", "MediaStreamTrack", "MediaStreamConstraints", "console"]
version = "0.3.83"
[lib]
crate-type = ["cdylib"]
name = "wascan"
path = "src/lib.rs"
[package]
authors = ["Intelligent Medical Cloud Inc."]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["wasm", "multimedia", "web-programming"]
description = "Production-ready barcode and QR code scanner for web browsers. Handles camera access, streaming, and file input automatically."
edition = "2024"
exclude = ["target/", "pkg/", "test/"]
keywords = ["barcode", "upc", "ean", "qrcode", "scanner"]
license = "Apache-2.0"
name = "wascan"
readme = "README.md"
repository = "https://github.com/intelligent-medical-cloud/pkg-wascan"
version = "0.1.10"