# 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 = "2018" name = "bardecoder" version = "0.5.0" authors = ["Mark Arts "] exclude = [ "/.travis.yml", "/tests/*", ] description = """ Detect and decode QR Codes """ homepage = "https://github.com/piderman314/bardecoder" readme = "README.md" keywords = ["qr"] categories = [ "encoding", "multimedia::images", ] license = "MIT" repository = "https://github.com/piderman314/bardecoder" [dependencies.anyhow] version = "1.0.66" [dependencies.image] version = "0.24" [dependencies.log] version = "0.4" [dependencies.newtype_derive] version = "0.1" [dependencies.thiserror] version = "1.0.37" [features] benchmark = [] debug-images = [] default = [] fail-on-warnings = [] [badges.travis-ci] repository = "piderman314/bardecoder"