# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "zbar-rs" version = "0.2.7" authors = ["Marcus Behrendt "] build = "build.rs" links = "zbar" description = "High-level rust bindings zo the zbar library" readme = "README.md" keywords = ["bindings", "ffi", "image", "library", "multimedia"] categories = ["api-bindings", "multimedia", "multimedia::images", "external-ffi-bindings"] license = "LGPL-2.1" repository = "https://github.com/marhkb/zbar-rs.git" [package.metadata.pkg-config] zbar = "0.10" [[example]] name = "scan_image" path = "examples/imagescanner/scan_image/main.rs" [[example]] name = "process_one" path = "examples/processor/process_one/main.rs" [[example]] name = "process_image" path = "examples/processor/process_image/main.rs" [dependencies.image] version = "0.19.0" optional = true [dev-dependencies.image] version = "0.19.0" [build-dependencies.bindgen] version = "0.36.0" [build-dependencies.metadeps] version = "1.1.2" [features] default = ["from_image", "zbar_fork_if_available"] from_image = ["image"] zbar_fork_if_available = [] [badges.travis-ci] repository = "marhkb/zbar-rs"