eqr 1.9.45

Encode text into svg/png/jpg/terminal-format QR codes with optional logo
# 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 = "eqr"
version = "1.9.45"
authors = [
    "github.com/pepa65 <pepa65@passchier.net>",
    "Marco Radocchia <mar.radocchia@proton.me>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Encode text into svg/png/jpg/terminal-format QR codes with optional logo"
documentation = "https://docs.rs/eqr"
readme = "README.md"
keywords = [
    "qr",
    "encode",
    "generator",
    "image",
    "terminal",
]
categories = [
    "command-line-utilities",
    "computer-vision",
    "encoding",
]
license = "GPL-3.0-only"
repository = "https://github.com/pepa65/eqr"

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

[[bin]]
name = "promptpay"
path = "src/promptpay.rs"

[[bin]]
name = "qr"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.26"
features = ["derive"]

[dependencies.dialoguer]
version = "0.12"

[dependencies.image]
version = "0.25.5"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.qrcodegen]
version = "1.8.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.tempfile]
version = "3.17.0"

[dependencies.termcolor]
version = "1.4.1"

[build-dependencies.clap]
version = "4.5.26"
features = ["derive"]

[build-dependencies.clap_complete]
version = "4.5.42"

[build-dependencies.clap_mangen]
version = "0.2.26"

[build-dependencies.lazy_static]
version = "1.5.0"

[build-dependencies.qrcodegen]
version = "1.8.0"

[build-dependencies.regex]
version = "1.11.1"

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