# 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_template" version = "0.99.0" authors = ["Andrej KolĨin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Templating in Nushell, powered by TinyTemplate" readme = "README.md" keywords = [ "nushell", "nushell-plugin", "template", ] license = "MPL-2.0" repository = "https://codeberg.org/kaathewise/nugins" [[bin]] name = "nu_plugin_template" path = "src/main.rs" [dependencies.nu-json] version = "0.99.0" [dependencies.nu-plugin] version = "0.99.0" [dependencies.nu-protocol] version = "0.99.0" features = ["plugin"] [dependencies.serde_json] version = "1.0.127" [dependencies.tinytemplate] version = "1.2.1"