tal-cli 0.9.0

Unified CLI for the Tokamak AI Layer — scaffold, validate, test, and deploy verifiable agents on RISC Zero zkVM
# 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"
name = "tal-cli"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified CLI for the Tokamak AI Layer — scaffold, validate, test, and deploy verifiable agents on RISC Zero zkVM"
homepage = "https://github.com/tokamak-network/Tokamak-AI-Layer"
readme = "README.md"
keywords = [
    "zkvm",
    "agents",
    "risc-zero",
    "tokamak",
    "defi",
]
categories = [
    "command-line-utilities",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tokamak-network/Tokamak-AI-Layer"

[features]
default = []
vendored-openssl = ["openssl"]

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

[dependencies.alloy]
version = "0.8"
features = [
    "providers",
    "transports",
    "contract",
    "signer-local",
    "rpc-types",
    "sol-types",
]

[dependencies.anyhow]
version = "1"

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

[dependencies.colored]
version = "2"

[dependencies.dialoguer]
version = "0.11"

[dependencies.hex]
version = "0.4"

[dependencies.openssl]
version = "0.10"
features = ["vendored"]
optional = true

[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"
default-features = false

[dependencies.tempfile]
version = "3"

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

[dependencies.which]
version = "7"

[dev-dependencies]