dqr 0.14.97

Decode QR with Quircs on CLI
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 = "2024"
name = "dqr"
version = "0.14.97"
authors = [
    "dignifiedquire <me@dignifiedquire.com>",
    "github.com/pepa65",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Decode QR with Quircs on CLI"
documentation = "https://docs.rs/dqr/"
readme = "README.md"
keywords = [
    "qr",
    "decode",
    "cli",
]
categories = [
    "command-line-utilities",
    "computer-vision",
]
license = "MIT"
repository = "https://github.com/pepa65/dqr"

[package.metadata.binstall]
pkg-url = "{repo}/releases/download/{version}/{name}"
pkg-fmt = "bin"
disabled-strategies = [
    "quick-install",
    "compile",
]
target-family = "Linux"
target-arch = "X86_64"

[lib]
name = "dqr"
crate-type = [
    "staticlib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "dqr"
path = "examples/dqr.rs"

[[test]]
name = "quircs"
path = "tests/quircs.rs"

[dependencies.image]
version = "0.25.2"

[dependencies.num-derive]
version = "0.4.0"

[dependencies.num-traits]
version = "0.2.11"

[dependencies.thiserror]
version = "2.0.11"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
debug = 0
panic = "abort"
strip = true