qtcloud-execute-cli 0.1.0-alpha.3

量潮执行云 CLI——云端任务管理(纯服务端客户端,供 AI/脚本调用)
# 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 = "qtcloud-execute-cli"
version = "0.1.0-alpha.3"
authors = ["QuantTide <opensource@quanttide.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "量潮执行云 CLI——云端任务管理(纯服务端客户端,供 AI/脚本调用)"
readme = "README.md"
keywords = [
    "qtcloud",
    "quanttide",
    "task",
    "cli",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/quanttide/qtcloud-execute"

[[bin]]
name = "qtcloud-execute"
path = "src/main.rs"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.ureq]
version = "2"