qr2term 0.3.1

Stupidly simple Rust crate to render a QR code in the terminal.
Documentation
[dependencies.crossterm]
default-features = false
version = "0.25"

[dependencies.qrcode]
default-features = false
version = "0.12"
[dev-dependencies.regex]
default-features = false
features = ["std"]
version = "1"

[lib]
name = "qr2term"
path = "src/lib.rs"

[package]
authors = ["Tim Visée <3a4fb3964f@sinenomine.email>"]
categories = ["algorithms", "rendering", "visualization"]
description = "Stupidly simple Rust crate to render a QR code in the terminal."
documentation = "https://docs.rs/qr2term"
edition = "2021"
homepage = "https://github.com/timvisee/qr2term-rs"
keywords = ["qrcode", "terminal", "qr", "code"]
license = "MPL-2.0"
name = "qr2term"
readme = "README.md"
repository = "https://github.com/timvisee/qr2term-rs"
rust-version = "1.56"
version = "0.3.1"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]