# 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" name = "qrscan" version = "0.1.8" authors = ["Arijit Basu "] description = "Scan a QR code in the terminal using the system camera or a given image" homepage = "https://github.com/sayanarijit/qrscan" readme = "README.md" keywords = [ "qrcode", "qr", "scan", "reader", "scanner", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/sayanarijit/qrscan" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.csscolorparser] version = "0.6.2" [dependencies.image] version = "0.24.5" [dependencies.nokhwa] version = "0.10.3" features = ["input-native"] [dependencies.qrencode] version = "0.14.0" [dependencies.rqrr] version = "0.6.0" [dependencies.viuer] version = "0.6.2" [dev-dependencies.assert_cmd] version = "2.0.8"