[package]
edition = "2024"
rust-version = "1.93.1"
name = "nu-cmd-plugin"
version = "0.113.0"
authors = ["The Nushell Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Commands for managing Nushell plugins."
readme = "README.md"
license = "MIT"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-plugin"
[lib]
name = "nu_cmd_plugin"
path = "src/lib.rs"
[dependencies.itertools]
version = "0.14"
[dependencies.nu-engine]
version = "0.113.0"
[dependencies.nu-path]
version = "0.113.0"
[dependencies.nu-plugin-engine]
version = "0.113.0"
[dependencies.nu-protocol]
version = "0.113.0"
features = ["plugin"]
[lints.clippy]
collapsible_match = "allow"
format_push_string = "warn"
needless_raw_strings = "warn"
result_large_err = "allow"
unchecked_time_subtraction = "warn"
unwrap_used = "deny"
used_underscore_binding = "warn"