[package] name = "qrquick" version = "0.1.0" authors = ["Yash Kumar "] edition = "2021" description = "Efficient and quick conversion of links or text in your clipboard to a QR code." license = "MIT OR Apache-2.0" keywords = ["utility", "qr", "clipboard"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clipboard = "0.5.0" qrcodegen = "1.7.0" png = "0.17.2"