wpe 0.0.19

A CLI tool for the wpengine API.
Documentation
# 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 = "2021"
name = "wpe"
version = "0.0.19"
description = "A CLI tool for the wpengine API."
homepage = "https://github.com/thesandybridge/wpengine-cli"
readme = "README.md"
keywords = [
    "cli",
    "search",
    "demo",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/thesandybridge/wpengine-cli"
resolver = "1"

[lib]
name = "wpe"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.0.27"
features = ["derive"]

[dependencies.console]
version = "0.15.5"

[dependencies.ctrlc]
version = "3.2.5"

[dependencies.dialoguer]
version = "0.10.2"

[dependencies.home-config]
version = "0.6.0"
features = [
    "json",
    "yaml",
    "toml",
    "hcl",
]

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.11.13"
features = [
    "blocking",
    "json",
]

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"