# 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 = "gnostr_qr" version = "0.0.6" authors = ["gnostr admin@gnostr.org"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "gnostr_qr: part of the git+nostr workflow utility" homepage = "https://github.com/gnostr-org/gnostr_qr" readme = "README.md" license = "MIT" repository = "https://github.com/gnostr-org/gnostr_qr.git" [package.metadata.wix] eula = false license = false path-guid = "112568BC-3A65-41EB-84F4-210F26CBAAEB" upgrade-guid = "6B5B281A-A1CD-403C-9722-22776599DF63" [profile.dist] lto = "thin" inherits = "release" [lib] name = "gnostr_qr" path = "src/lib.rs" [[bin]] name = "gnostr-qr" path = "src/bin/gnostr-qr.rs" doc = true [dependencies.hex] version = "0.4.3" [dependencies.image] version = "0.25.2" [dependencies.qrcode] version = "0.14.1" [dependencies.sha2] version = "0.10.8"