# 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.74.0" name = "rqrr" version = "0.8.0" authors = ["WanzenBug "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Detect and read QR codes from any image source """ documentation = "https://docs.rs/rqrr/" readme = "README.md" keywords = [ "qrcode", "detection", ] categories = [ "graphics", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/WanzenBug/rqrr" [lib] name = "rqrr" path = "src/lib.rs" [[test]] name = "test_errors" path = "tests/test_errors.rs" [[test]] name = "test_full" path = "tests/test_full.rs" [[test]] name = "test_load" path = "tests/test_load.rs" [[bench]] name = "bench_cap_find" path = "benches/bench_cap_find.rs" harness = false required-features = ["img"] [dependencies.g2p] version = "1.0" [dependencies.image] version = "0.25" optional = true default-features = false [dependencies.lru] version = "0.12" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.image] version = "0.25" [features] default = ["img"] img = ["image"]