[package] name = "n2qr" version = "0.1.0" author = "Wm. A. Rhodes " description = "Terminal QR code printer" readme = "README.md" repository = "https://github.com/warhodes-dev/n2qr" rust-version = "1.61.0" edition = "2021" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] qrcodegen = "1.8.0" clap = { version = "3.2.12", features = ["derive"] } colored = "2" hex-rgb = "0.1.1"