qr2term 0.1.2

Stupidly simple Rust crate to render a QR code in the terminal.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"