summaryrefslogtreecommitdiff
path: root/crates/nu_plugin_stress_internals/Cargo.toml
blob: 0e50679e6647cf8347e03ac9dba9c1df363f46f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
authors = ["The Nushell Project Developers"]
description = "A test plugin for Nushell to stress aspects of the internals"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_stress_internals"
edition = "2021"
license = "MIT"
name = "nu_plugin_stress_internals"
version = "0.97.1"

[[bin]]
name = "nu_plugin_stress_internals"
bench = false

[dependencies]
# Intentionally not using the nu-protocol / nu-plugin crates, to check behavior against our
# assumptions about the serialized format
serde = { workspace = true }
serde_json = { workspace = true }
interprocess = { workspace = true }