[dependencies.log]
version = "0.4"
[dependencies.nu-engine]
version = "0.110.0"
[dependencies.nu-plugin-core]
default-features = false
version = "0.110.0"
[dependencies.nu-plugin-protocol]
version = "0.110.0"
[dependencies.nu-protocol]
version = "0.110.0"
[dependencies.nu-system]
version = "0.110.0"
[dependencies.nu-utils]
version = "0.110.0"
[dependencies.serde]
version = "1.0"
[dev-dependencies.typetag]
version = "0.2"
[features]
default = ["local-socket"]
local-socket = ["nu-plugin-core/local-socket"]
[lib]
bench = false
name = "nu_plugin_engine"
path = "src/lib.rs"
[lints.clippy]
result_large_err = "allow"
unchecked_duration_subtraction = "warn"
used_underscore_binding = "warn"
[package]
authors = ["The Nushell Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Functionality for running Nushell plugins from a Nushell engine"
edition = "2024"
license = "MIT"
name = "nu-plugin-engine"
readme = "README.md"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-plugin-engine"
version = "0.110.0"
[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Win32_System_Threading"]
version = "0.62"