wado 0.2.11

Command line tool to manage WildFly containers.
# 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 = "wado"
version = "0.2.11"
authors = ["Harald Pehl <harald.pehl@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line tool to manage WildFly containers."
homepage = "https://github.com/hpehl/wado"
readme = "README.md"
keywords = [
    "cli",
    "WildFly",
    "admin",
    "image",
    "container",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/hpehl/wado"

[lib]
name = "wado"
path = "src/lib.rs"

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

[dependencies.anyhow]
version = "1.0.101"

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

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

[dependencies.console]
version = "0.16.2"

[dependencies.futures]
version = "0.3.31"

[dependencies.handlebars]
version = "6.4.0"

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

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.13.2"

[dependencies.semver]
version = "1.0.27"

[dependencies.tempfile]
version = "3.25.0"

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

[dependencies.webbrowser]
version = "1.1.0"

[dependencies.which]
version = "8.0.0"

[dependencies.wildfly_container_versions]
version = "39.0.1-2"

[build-dependencies.anyhow]
version = "1.0.101"

[build-dependencies.clap]
version = "4.5.58"
features = ["cargo"]

[build-dependencies.clap_complete]
version = "4.5.66"

[build-dependencies.diffy]
version = "0.4.2"

[profile.release]
lto = true