# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "barcode_command" version = "0.1.1" authors = ["support@barcoderesource.com"] description = "Create auto-id industry compliant barcodes using fonts. This command line utility supports generation of Code 39 (ConnectCode39.ttf), Industrial 2 of 5 (ConnectCodeIND2of5.ttf) and POSTNET (ConnectCodePostnet.ttf) barcodes. The fonts can be downloaded free from the home page of this crate." homepage = "https://www.barcoderesource.com/rust_barcode.shtml" documentation = "https://www.barcoderesource.com/rust_barcode.shtml" keywords = ["barcode", "code39", "indsutrial2of5", "postnet"] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/BarcodeResource/rust_barcode"