hyperlane-cli 0.1.9

A command-line tool for Hyperlane framework.
# 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-cli"
version = "0.1.9"
authors = ["root@ltpp.vip"]
build = false
exclude = [
    "target",
    "Cargo.lock",
    "sh",
    ".github",
    "tmp",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line tool for Hyperlane framework."
readme = "README.md"
keywords = [
    "output",
    "console",
    "log",
    "print",
    "color",
]
categories = [
    "command-line-interface",
    "development-tools",
    "visualization",
]
license = "MIT"
repository = "https://github.com/hyperlane-dev/hyperlane-cli"

[[bin]]
name = "hyperlane-cli"
path = "src/main.rs"

[dependencies.regex]
version = "1.11.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.toml]
version = "0.9.8"

[profile.dev]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
panic = "unwind"
incremental = false
strip = "debuginfo"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
panic = "unwind"
incremental = false
strip = "debuginfo"