mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-25 20:02:34 +00:00
15 lines
615 B
TOML
15 lines
615 B
TOML
[package]
|
|
name = "rxing-cli"
|
|
version = "0.1.14"
|
|
edition = "2021"
|
|
description = "A command line interface for rxing supporting encoding and decoding of multiple barcode formats"
|
|
license="Apache-2.0"
|
|
repository="https://github.com/rxing-core/rxing/tree/main/crates/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.2.0", features = ["derive"] }
|
|
rxing = {path = "../../", version = "~0.4.0", features = ["image", "svg_read", "svg_write"] }
|