# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "quiqr" version = "0.1.2" authors = ["Axel Wettervik "] build = "build.rs" description = "A tool for quickly generating a QR code and displaying it on screen." homepage = "https://github.com/agelito/quiqr" readme = "README.md" keywords = ["QR", "Productivity", "Tool", "Utility"] categories = ["multimedia::images", "visualization"] license = "MIT" repository = "https://github.com/agelito/quiqr" [package.metadata.winres] LegalCopyright = "Copyright © Axel Wettervik 2020" OriginalFilename = "QUIQR.EXE" [dependencies.anyhow] version = "1.0.32" [dependencies.clipboard] version = "0.5.0" [dependencies.env_logger] version = "0.7.1" [dependencies.image] version = "0.23.8" [dependencies.log] version = "0.4.11" [dependencies.minifb] version = "0.17.0" [dependencies.qrcode] version = "0.12.0" [dependencies.structopt] version = "0.3.15" [target."cfg(windows)".build-dependencies.winres] version = "0.1.11"