# 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 = "2021" name = "pdf417-hub3-rs" version = "0.2.3" authors = [ "Andrej Dundovic", "Demiurg d.o.o. ", ] description = "A 2D barcode generator of PDF417 HUB3 based on rxing" homepage = "https://www.demiurg.hr" readme = "README.md" keywords = [ "barcode", "pdf417", "croatia", "hub3", ] license = "GPL-3.0-or-later" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.21" [dependencies.const_format] version = "0.2" [dependencies.rust_decimal] version = "1.32" [dependencies.rxing] version = "0.5" default-features = false [dependencies.svg] version = "0.17" optional = true [dependencies.svg2pdf] version = "0.10.0" optional = true [dev-dependencies.tempfile] version = "3" [features] default = [ "image", "svg", "pdf", ] image = ["rxing/image"] pdf = ["dep:svg2pdf"] svg = [ "rxing/svg_write", "dep:svg", ]