[dependencies.nu-protocol]
features = ["plugin"]
version = "0.99.0"
[dependencies.nu-utils]
version = "0.99.0"
[dependencies.rmp-serde]
version = "1.3"
[dependencies.semver]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.typetag]
version = "0.2"
[features]
default = ["local-socket"]
local-socket = []
[lib]
bench = false
[lints.clippy]
unchecked_duration_subtraction = "warn"
[package]
authors = ["The Nushell Project Developers"]
description = "Protocol type definitions for Nushell plugins"
edition = "2021"
license = "MIT"
name = "nu-plugin-protocol"
readme = "README.md"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-plugin-protocol"
version = "0.99.0"