# 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 = "quircs" version = "0.10.2" authors = ["dignifiedquire "] exclude = ["tests"] description = "QR code detection and scanning. Pure Rust." homepage = "https://github.com/dignifiedquire/quircs" documentation = "https://docs.rs/qurics/" readme = "README.md" keywords = [ "qr", "scanner", ] categories = [ "encoding", "multimedia", ] license = "MIT" repository = "https://github.com/dignifiedquire/quircs" [lib] crate-type = [ "staticlib", "rlib", ] [dependencies.num-derive] version = "0.4.0" [dependencies.num-traits] version = "0.2.11" [dependencies.thiserror] version = "1.0.19" [dev-dependencies.image] version = "0.24"