# 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_hcl" version = "0.100.0" authors = ["Yethal"] build = false exclude = ["main.tf"] autobins = false autoexamples = false autotests = false autobenches = false description = "A nushell plugin for parsing Hashicorp Configuration Language file format" homepage = "https://github.com/Yethal/nu_plugin_hcl" readme = "README.md" keywords = [ "nushell", "hcl", "plugin", ] license = "MIT" repository = "https://github.com/Yethal/nu_plugin_hcl" [[bin]] name = "nu_plugin_hcl" path = "src/main.rs" bench = false [dependencies.hcl-rs] version = "0.18.0" [dependencies.nu-plugin] version = "0.100.0" [dependencies.nu-protocol] version = "0.100.0" features = ["plugin"] [dependencies.serde_json] version = "1.0.125"