rqrr 0.3.0

Detect and read QR codes from any image source
Documentation
[[bench]]
harness = false
name = "bench_cap_find"
path = "benches/bench_cap_find.rs"
required-features = ["img"]
[dependencies.g2p]
version = "0.4"

[dependencies.image]
optional = true
version = "0.23"

[dependencies.lru]
version = "0.6"
[dev-dependencies.criterion]
version = "0.3"

[features]
default = ["img"]
img = ["image"]

[package]
authors = ["WanzenBug <moritz@wanzenbug.xyz>"]
categories = ["graphics", "encoding"]
description = "Detect and read QR codes from any image source\n"
documentation = "https://docs.rs/rqrr/"
edition = "2018"
keywords = ["qrcode", "detection"]
license = "MIT OR Apache-2.0"
name = "rqrr"
readme = "./README.md"
repository = "https://github.com/WanzenBug/rqrr"
version = "0.3.0"