[package]
edition = "2024"
name = "hyperlane_resources"
version = "14.0.13"
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 = "Hyperlane resources module containing various resources and utilities used by the framework."
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_resources"
path = "lib.rs"
[dependencies]