rxing-cli 0.1.9

A command line interface for rxing supporting encoding and decoding of multiple barcode formats
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.clap]
features = ["derive"]
version = "4.1.1"

[dependencies.rxing]
features = ["image", "svg_read", "svg_write"]
version = "~0.2.21"

[package]
description = "A command line interface for rxing supporting encoding and decoding of multiple barcode formats"
edition = "2021"
keywords = ["barcode", "2d_barcode", "1d_barcode", "barcode_reader", "barcode_writer"]
license = "Apache-2.0"
name = "rxing-cli"
readme = "README.md"
repository = "https://github.com/hschimke/rxing-cli"
version = "0.1.9"