# 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.68" name = "qrcli" version = "1.0.2" description = "A QRCode cli tools, can encode and decode" readme = "README.md" keywords = [ "qrcode", "cli", ] categories = [ "development-tools::procedural-macro-helpers", "parser-implementations", ] license = "MIT" repository = "https://github.com/MarioMang/qrcode-cli" [[bin]] name = "qrcli" path = "src/main.rs" [dependencies.clap] version = "4.1.11" features = ["derive"] [dependencies.image] version = "0.24.5" features = ["rgb"] [dependencies.qrcode] version = "0.12.0" [dependencies.qrcode-png] version = "0.4.1" [dependencies.rqrr] version = "0.6.0"