zxing-cpp 0.5.1

A rust wrapper for the zxing-cpp barcode library.
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 = "2021"
name = "zxing-cpp"
version = "0.5.1"
build = "build.rs"
exclude = [
    "core/**/*Writer*",
    "core/src/*/*Encoder*",
    "core/src/ReedSolomonEncoder.*",
]
autolib = false
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/"

[features]
bundled = []
default = []
image = ["dep:image"]

[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.image]
version = ">=0.24"
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"

[build-dependencies.cmake]
version = "0.1.50"

[build-dependencies.miette]
version = "5.10.0"
features = ["fancy"]