# 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.61" name = "qrcodegen-image" version = "1.5.0" authors = ["Cleo Rebert "] description = "Draw QR codes to a PNG canvas. Wrapper around the qrcodegen and image crates." homepage = "https://github.com/constantoine/qrcodegen-image" readme = "README.md" license = "MIT" repository = "https://github.com/constantoine/qrcodegen-image" [package.metadata.docs.rs] features = ["base64"] [[bench]] name = "benches" harness = false [dependencies.base64] version = "0.22" optional = true [dependencies.image] version = "0.25" features = ["png"] default-features = false [dependencies.qrcodegen] version = "1.8" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [features] base64 = ["dep:base64"]