# 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.62.0" name = "eqr" version = "1.1.5" authors = [ "Marco Radocchia ", "github.com/pepa65 ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Encode text into svg/png/jpg/terminal-format QR codes" 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] disabled-strategies = [ "quick-install", "compile", ] pkg-fmt = "bin" pkg-url = "{repo}/releases/download/{version}/qr" target-arch = "X86_64" target-family = "Linux" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "qr" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.2.12" features = ["derive"] [dependencies.dialoguer] version = "0.10.1" [dependencies.image] version = "0.24.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.qrcodegen] version = "1.8.0" [dependencies.regex] version = "1.6.0" [dependencies.termcolor] version = "1.1.3" [build-dependencies.clap] version = "3.2.12" features = ["derive"] [build-dependencies.clap_complete] version = "3.2.3" [build-dependencies.clap_mangen] version = "0.1.10" [build-dependencies.lazy_static] version = "1.4.0" [build-dependencies.qrcodegen] version = "1.8.0" [build-dependencies.regex] version = "1.6.0"