# 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.67.1" name = "qrcode" version = "0.14.1" authors = ["kennytm "] exclude = [ ".travis.yml", ".gitignore", "test-data/**", ] description = "QR code encoder in Rust" documentation = "http://docs.rs/qrcode" readme = "README.md" keywords = ["qrcode"] license = "MIT OR Apache-2.0" repository = "https://github.com/kennytm/qrcode-rust" [[bin]] name = "qrencode" [[example]] name = "encode_image" required-features = ["image"] [[example]] name = "encode_string" [[example]] name = "encode_svg" required-features = ["svg"] [[example]] name = "encode_pic" required-features = ["pic"] [dependencies.image] version = "0.25" optional = true default-features = false [dev-dependencies.image] version = "0.25" [features] bench = [] default = [ "image", "svg", "pic", ] pic = [] svg = [] [badges.maintenance] status = "passively-maintained"