nu-plugin-protocol 0.113.1

Protocol type definitions for Nushell plugins
Documentation
[package]

authors.workspace = true

description = "Protocol type definitions for Nushell plugins"

repository = "https://github.com/nushell/nushell/tree/main/crates/nu-plugin-protocol"

edition.workspace = true

rust-version.workspace = true

license.workspace = true

name = "nu-plugin-protocol"

version.workspace = true



[lib]

bench = false



[lints]

workspace = true



[dependencies]

nu-protocol = { workspace = true, features = ["plugin"] }

nu-utils.workspace = true



rmp-serde = { workspace = true }

serde = { workspace = true, features = ["derive"] }

semver = "1.0"

typetag = "0.2"



[features]

default = ["local-socket"]

local-socket = []