meta_plugin_protocol 0.2.12

Shared plugin protocol types for meta subprocess plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "meta_plugin_protocol"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Shared plugin protocol types for meta subprocess plugins"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"
log = "0.4"
env_logger = "0.10"
indexmap = { version = "2", features = ["serde"] }