barcode-gen 0.6.1

A simple Code128 barcode generator
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 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 = "barcode-gen"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple Code128 barcode generator"
readme = false
keywords = [
    "code128",
    "encoder",
    "barcode",
]
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/J00LZ/barcode-gen"

[lib]
name = "barcode_gen"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "barcode-gen"
path = "src/main.rs"

[target.wasm32-unknown-unknown.dependencies.wasm-bindgen]
version = "0.2.100"