# 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 = "qart" version = "1.0.0" authors = [ "Russ Cox", "Andrew Yurovchak", ] exclude = [ "*.png", "*.jpg", ".*", ] description = "encodes images into qr codes" readme = "README.md" keywords = [ "QR", "QR-Code", "QArt", ] license-file = "LICENSE" repository = "https://github.com/andrewyur/qart" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.image] version = "0.25.1" [dependencies.rand] version = "0.8.5"