rxing-cli 0.3.0

A command line interface for rxing supporting encoding and decoding of multiple barcode formats
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "rxing-cli"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command line interface for rxing supporting encoding and decoding of multiple barcode formats"
readme = "README.md"
keywords = [
    "barcode",
    "barcode_1d",
    "barcode_2d",
    "barcode_reader",
    "barcode_writer",
]
license = "Apache-2.0"
repository = "https://github.com/rxing-core/rxing/tree/main/crates/cli"

[[bin]]
name = "rxing-cli"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.23"
features = ["derive"]

[dependencies.rxing]
version = "~0.9.0"
features = [
    "image",
    "svg_read",
    "svg_write",
    "multi_barcode_readers",
    "encoders",
    "decoders",
]

[dependencies.serde_json]
version = "1.0.140"