zeroski 0.0.1

zero.ski CLI — @-protocol dispatch, streaming chat, and trace feed for the Zero runtime
# 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.82"
name = "zeroski"
version = "0.0.1"
authors = ["Zhanjun Wan <zhanjun@tokencube.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "zero.ski CLI — @-protocol dispatch, streaming chat, and trace feed for the Zero runtime"
homepage = "https://zero.ski"
documentation = "https://zero.ski/docs"
readme = "README.md"
keywords = [
    "zero",
    "cli",
    "agent",
    "llm",
    "skill",
]
categories = [
    "command-line-utilities",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tokencube/zeroski"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.directories]
version = "5"

[dependencies.futures-util]
version = "0.3"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "io-std",
    "io-util",
]

[dependencies.toml]
version = "0.8"

[profile.release]
lto = "thin"
codegen-units = 1
panic = "abort"
strip = "symbols"