# 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" rust-version = "1.63" name = "zbar-rust" version = "0.0.23" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", "build.rs", ] 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" [dependencies.enum-ordinalize] version = "4.2" [dependencies.libc] version = "0.2.43" [dev-dependencies.image] version = "0.24" [dev-dependencies.qrcode-generator] version = "4.1" [build-dependencies.pkg-config] version = "0.3.14"