rxing-cli 0.1.0

A command line interface for rxing supporting encoding and decoding of barcodeformats
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rxing-cli"
version = "0.1.0"
edition = "2021"
description = "A command line interface for rxing supporting encoding and decoding of barcodeformats"
license="Apache-2.0"
repository="https://github.com/hschimke/rxing-cli"
keywords = ["barcode", "2d_barcode", "1d_barcode", "barcode_reader", "barcode_writer"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.0.32", features = ["derive"] }
rxing = "0.2.7"
#rxing = {path = "../j2rust/rxing" }