# 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] edition = "2018" name = "qrcode53bytes" version = "1.1.0" authors = ["Luciano Bestia "] include = ["Cargo.toml", "LICENSE", "README.md", "src/builder.rs", "src/data.rs", "src/ec.rs", "src/info.rs", "src/lib.rs", "src/mask.rs", "src/matrix.rs", "src/mode.rs", "src/qr.rs", "src/rendercommons.rs", "src/renderfordodrio.rs", "src/renderstring.rs", "src/rendersvg.rs", "src/version.rs"] publish = true description = "QR code for 53 bytes" readme = "README.md" keywords = ["rust", "qrcode", "wasm"] categories = ["multimedia::images"] license = "MIT" repository = "https://github.com/LucianoBestia/qrcode53bytes" [dependencies.bitvec] version = "0.17.4" [dependencies.lazy_static] version = "1.4.0"