# 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" name = "qrcoce_gen" version = "0.1.0" authors = ["gngpp "] exclude = [ ".travis.yml", ".gitignore", "test-data/**", ] description = "Rust QR Code Generic Generator" documentation = "http://docs.rs/qrcode-gen" readme = "README.md" keywords = [ "qr", "qrcode", "rust", ] license = "MIT" repository = "https://github.com/gngpp/qr" [[bin]] name = "qr" [[example]] name = "qrcode" [[example]] name = "qrcode_raw" [dependencies.checked_int_cast] version = "1" [dependencies.crossterm] version = "0.23" default-features = false [dependencies.image] version = "0.23" optional = true [dependencies.regex] version = "1.5.5" [features] bench = [] default = [ "image", "svg", "png", ] png = [] svg = []