# 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 = "nu_plugin_qr" version = "0.1.0" authors = ["Horasal"] description = "A nushell plugin for encode/decode QRcode." readme = "README.md" keywords = ["nushell"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/horasal/nu_plugin_qr" [dependencies.fast_qr] version = "0.9.0" features = [ "svg", "image", ] [dependencies.image] version = "0.24.7" [dependencies.nu-plugin] version = "0.83.1" [dependencies.nu-protocol] version = "0.83.1" [dependencies.quircs] version = "0.10.1"