hyperlane_plugin 9.3.4

A powerful and extensible plugin system for the hyperlane framework, providing modularity and customization capabilities.
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 = "2024"
name = "hyperlane_plugin"
version = "9.3.4"
authors = ["root@ltpp.vip"]
build = false
exclude = [
    "target",
    "Cargo.lock",
    ".github",
    "tmp",
    "**/*.pid",
    "**/*.log",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A powerful and extensible plugin system for the hyperlane framework, providing modularity and customization capabilities."
readme = "README.md"
keywords = [
    "http",
    "request",
    "response",
    "tcp",
    "cross-platform",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/hyperlane-dev/hyperlane-quick-start.git"

[lib]
name = "hyperlane_plugin"
path = "lib.rs"

[dependencies.hyperlane]
version = "11.0.10"

[dependencies.hyperlane-utils]
version = "14.5.1"

[dependencies.hyperlane_resources]
version = "9.3.4"

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

[dependencies.tracing]
version = "0.1.44"