zbar-rust 0.1.0

High-level and low-level ZBar binding for the Rust language.
# 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"
rust-version = "1.89"
name = "zbar-rust"
version = "0.1.0"
authors = ["Magic Len <len@magiclen.org>"]
build = "build.rs"
links = "zbar"
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level and low-level ZBar binding for the Rust language."
homepage = "https://magiclen.org/zbar-rust"
readme = "README.md"
keywords = [
    "zbar",
    "qrcode",
    "scanner",
    "barcode",
    "scan",
]
categories = [
    "external-ffi-bindings",
    "encoding",
]
license = "LGPL-2.1"
repository = "https://github.com/magiclen/zbar-rust"

[lib]
name = "zbar_rust"
path = "src/lib.rs"

[dependencies.enum-ordinalize]
version = "4.4"

[dev-dependencies.image]
version = "0.25.10"
features = ["png"]
default-features = false

[dev-dependencies.qrcode-generator]
version = "6"
features = ["qr"]
default-features = false

[build-dependencies.pkg-config]
version = "0.3.34"