nu-plugin-core 0.103.0

Shared internal functionality to support Nushell plugins
Documentation
[dependencies.interprocess]
optional = true
version = "2.2.0"

[dependencies.log]
version = "0.4"

[dependencies.nu-plugin-protocol]
default-features = false
version = "0.103.0"

[dependencies.nu-protocol]
version = "0.103.0"

[dependencies.rmp-serde]
version = "1.3"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[features]
default = ["local-socket"]
local-socket = ["interprocess", "nu-plugin-protocol/local-socket"]

[lib]
bench = false
name = "nu_plugin_core"
path = "src/lib.rs"

[lints.clippy]
unchecked_duration_subtraction = "warn"

[package]
authors = ["The Nushell Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Shared internal functionality to support Nushell plugins"
edition = "2021"
license = "MIT"
name = "nu-plugin-core"
readme = "README.md"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-plugin-core"
version = "0.103.0"

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.56"