elasticctl 0.2.5

Operate Elastic Security as code with a safety-first CLI for security engineers.
# 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"
rust-version = "1.97.1"
name = "elasticctl"
version = "0.2.5"
build = false
exclude = ["tests/**"]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Operate Elastic Security as code with a safety-first CLI for security engineers."
readme = false
license = "Apache-2.0"
repository = "https://github.com/dannyota/elasticctl"

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

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

[dependencies.clap_complete]
version = "4.6.9"

[dependencies.elasticctl-api]
version = "0.2.5"

[dependencies.elasticctl-core]
version = "0.2.5"

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

[dependencies.serde_json]
version = "1.0.151"
features = ["preserve_order"]

[dependencies.serde_yaml_ng]
version = "0.10.0"

[dependencies.tokio]
version = "1.53.1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
]

[dev-dependencies.assert_cmd]
version = "2.2.2"

[dev-dependencies.insta]
version = "1.43"
features = [
    "json",
    "filters",
]

[dev-dependencies.predicates]
version = "3.1.4"

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

[dev-dependencies.tokio]
version = "1.53.1"
features = ["full"]

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