[package]
edition = "2024"
name = "hyperlane_plugin"
version = "9.3.3"
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.3"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.tracing]
version = "0.1.44"