# 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_maker" version = "1.0.3" authors = ["Motalleb Fallahnezhad "] description = "A nushell plugin to create qr code in terminal" homepage = "https://github.com/FMotalleb/nu_plugin_qr_maker" readme = "README.md" keywords = [ "nushell", "qr-code", "plugin", ] license = "MIT" repository = "https://github.com/FMotalleb/nu_plugin_qr_maker" [dependencies.nu-plugin] version = "0.90.1" [dependencies.nu-protocol] version = "0.90.1" features = ["plugin"] [dependencies.qr2term] version = "0.3.1"