ascend-tools-cli 1.6.0

CLI for the Ascend Instance web 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 = "2024"
rust-version = "1.88"
name = "ascend-tools-cli"
version = "1.6.0"
authors = ["Cody <cody.peterson@ascend.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the Ascend Instance web API"
homepage = "https://github.com/ascend-io/ascend-tools"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ascend-io/ascend-tools"

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

[[bin]]
name = "ascend-tools"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.ascend-tools-core]
version = "1.0.0"

[dependencies.ascend-tools-mcp]
version = "1.0.0"

[dependencies.ascend-tools-tui]
version = "1.0.0"

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

[dependencies.open]
version = "5"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]

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

[dev-dependencies.base64]
version = "0.22"

[dev-dependencies.mockito]
version = "1"

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

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"