# 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 = "qrwatermark" version = "1.0.1" authors = ["hlsxx "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to generate QR codes with watermarks" homepage = "https://github.com/hlsxx/qrwatermark" readme = "README.md" keywords = [ "qr-code", "watermark", ] license = "MIT" repository = "https://github.com/hlsxx/qrwatermark" [profile.release] lto = true panic = "abort" [lib] name = "qrwatermark" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [[example]] name = "custom" path = "examples/custom.rs" [[example]] name = "default" path = "examples/default.rs" [[example]] name = "without_logo" path = "examples/without_logo.rs" [dependencies.image] version = "0.25.2" [dependencies.imageproc] version = "0.25.0" [dependencies.qrcodegen] version = "1.8.0" [dependencies.rusttype] version = "0.9.3"