# 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 = "zxing-cpp" version = "0.4.1" build = "build.rs" exclude = [ "core/**/*Writer*", "core/**/*Encode*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A rust wrapper for the zxing-cpp barcode library." readme = "README.md" keywords = [ "zxing", "barcode", "barcode_reader", "ffi", ] categories = [ "api-bindings", "computer-vision", ] license = "Apache-2.0" repository = "https://github.com/zxing-cpp/zxing-cpp/" [lib] name = "zxingcpp" path = "src/lib.rs" [[example]] name = "demo_reader" path = "examples/demo_reader.rs" [[example]] name = "demo_writer" path = "examples/demo_writer.rs" [dependencies.flagset] version = "0.4.4" [dependencies.image] version = "0.24.8" optional = true [dependencies.paste] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.cfg-if] version = "1.0" [dev-dependencies.image] version = "0.24.8" [build-dependencies.cmake] version = "0.1.50" [build-dependencies.miette] version = "5.10.0" features = ["fancy"] [features] bundled = [] default = [] image = ["dep:image"]