deslicer-cli 1.0.0

Deslicer CLI — vendor-neutral CI client for planning, approving, and shipping Splunk changes via DAP.
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"
rust-version = "1.88"
name = "deslicer-cli"
version = "1.0.0"
authors = ["Deslicer <engineering@deslicer.ai>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deslicer CLI — vendor-neutral CI client for planning, approving, and shipping Splunk changes via DAP."
homepage = "https://deslicer.ai"
readme = "README.md"
keywords = [
    "deslicer",
    "splunk",
    "dap",
    "cicd",
    "deploy",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/deslicer/cli"

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

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

[[test]]
name = "e2e_commands"
path = "tests/e2e_commands.rs"

[[test]]
name = "network"
path = "tests/network.rs"

[[test]]
name = "tool_download"
path = "tests/tool_download.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "fs",
    "process",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.url]
version = "2"

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

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.rsa]
version = "0.9"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.wiremock]
version = "0.6"