meta_plugin_protocol 0.2.12

Shared plugin protocol types for meta subprocess plugins
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "meta_plugin_protocol"
version = "0.2.12"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared plugin protocol types for meta subprocess plugins"
readme = false
license = "MIT"
repository = "https://github.com/harmony-labs/meta"

[lib]
name = "meta_plugin_protocol"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.env_logger]
version = "0.10"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"