rqrr 0.10.1

Detect and read QR codes from any image source
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 = "2021"
rust-version = "1.64.0"
name = "rqrr"
version = "0.10.1"
authors = ["WanzenBug <moritz@wanzenbug.xyz>"]
build = false
include = [
    "/README.md",
    "/LICENSE-*",
    "/src/**/*.rs",
    "/src/**/*.png",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Detect and read QR codes from any image source
"""
documentation = "https://docs.rs/rqrr/"
readme = "README.md"
keywords = [
    "qrcode",
    "detection",
]
categories = [
    "graphics",
    "encoding",
]
license = "(MIT OR Apache-2.0) AND ISC"
repository = "https://github.com/WanzenBug/rqrr"

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

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

[dependencies.g2p]
version = "1.0"

[dependencies.image]
version = ">= 0.24, <= 0.25"
optional = true
default-features = false

[dependencies.lru]
version = "0.16"

[dev-dependencies.image]
version = ">= 0.24, <= 0.25"
features = [
    "png",
    "jpeg",
    "gif",
]
default-features = false