mgt 0.2.5

Command line tool to analyze the WildFly management model.
# 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 = "mgt"
version = "0.2.5"
authors = ["Harald Pehl <harald.pehl@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line tool to analyze the WildFly management model."
homepage = "https://model-graph-tools.github.io/"
readme = "README.md"
keywords = [
    "WildFly",
    "management",
    "model",
    "graph",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/model-graph-tools/tooling"

[[bin]]
name = "mgt"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.6.1"
features = ["cargo"]

[dependencies.clap_complete]
version = "4.6.3"
features = ["unstable-dynamic"]

[dependencies.comfy-table]
version = "7.2.2"

[dependencies.console]
version = "0.16.3"

[dependencies.handlebars]
version = "6.4.0"

[dependencies.indicatif]
version = "0.18.4"
features = ["rayon"]

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.13.3"

[dependencies.semver]
version = "1.0.28"

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3.27.0"

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

[dependencies.webbrowser]
version = "1.2.1"

[dependencies.which]
version = "8.0.2"

[dependencies.wildfly_meta]
version = "0.6.1"

[profile.release]
lto = true