# 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_dialog" version = "0.2.0" authors = ["trivernis "] description = "A nushell plugin for user interaction" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/Trivernis/nu-plugin-dialog" [profile.dist] lto = "thin" inherits = "release" [lib] [[bin]] name = "nu_plugin_dialog" [dependencies.dialoguer] version = "0.10.4" features = [ "fuzzy-select", "completion", ] [dependencies.nu-plugin] version = "0.78.0" [dependencies.nu-protocol] version = "0.78.0"