[package]
edition = "2018"
name = "qr2term"
version = "0.1.2"
authors = ["Tim Visée <tim@visee.me>"]
description = "Stupidly simple Rust crate to render a QR code in the terminal."
homepage = "https://github.com/timvisee/qr2term-rs"
documentation = "https://docs.rs/qr2term"
readme = "README.md"
keywords = ["qrcode", "terminal", "qr", "code"]
categories = ["algorithms", "rendering", "visualization"]
license = "MPL-2.0"
repository = "https://github.com/timvisee/qr2term-rs"
[lib]
name = "qr2term"
path = "src/lib.rs"
[dependencies.crossterm]
version = "0.9"
features = ["style"]
default-features = false
[dependencies.qrcode]
version = "0.10"
default-features = false
[badges.gitlab]
branch = "master"
repository = "timvisee/qr2term-rs"