2025-06-26 23:52:06 +01:00
|
|
|
[package]
|
|
|
|
|
name = "nu_plugin_kcl"
|
2026-03-11 03:20:29 +00:00
|
|
|
version = "0.111.0"
|
2025-06-26 23:52:06 +01:00
|
|
|
authors = ["Jesús Pérez <jpl@jesusperez.com>"]
|
|
|
|
|
edition = "2024"
|
|
|
|
|
description = "Nushell plugin for KCL CLI wrapper"
|
|
|
|
|
repository = "https://github.com/jesusperez/nu_plugin_kcl"
|
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-03-11 03:20:29 +00:00
|
|
|
nu-plugin = "0.111.0"
|
|
|
|
|
nu-protocol = "0.111.0"
|
2025-06-26 23:52:06 +01:00
|
|
|
anyhow = "1.0"
|
|
|
|
|
tempfile = "3"
|
2026-03-11 03:20:29 +00:00
|
|
|
sha2 = "0.10"
|
|
|
|
|
serde_json = "1.0"
|
|
|
|
|
dirs = "6.0"
|
2025-06-26 23:52:06 +01:00
|
|
|
|
2026-03-11 03:20:29 +00:00
|
|
|
[dependencies.serde]
|
|
|
|
|
version = "1.0"
|
|
|
|
|
features = ["derive"]
|
|
|
|
|
|
|
|
|
|
[dependencies.chrono]
|
|
|
|
|
version = "0.4"
|
|
|
|
|
features = ["serde"]
|
|
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
nu-plugin-test-support = "0.111.0"
|