outlayer-cli 0.1.1

CLI for deploying, running, and managing OutLayer agents
# 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.86"
name = "outlayer-cli"
version = "0.1.1"
build = false
include = [
    "src/**/*",
    "templates/**/*",
    "res/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for deploying, running, and managing OutLayer agents"
homepage = "https://outlayer.ai"
readme = "README.md"
keywords = [
    "near",
    "outlayer",
    "agents",
    "cli",
    "wasm",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/out-layer/outlayer-cli"

[package.metadata.docs.rs]
features = ["test-runner"]

[features]
default = []
test-runner = [
    "wasmtime",
    "wasmtime-wasi",
    "wasmtime-wasi-http",
    "reqwest/blocking",
]

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

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.borsh]
version = "1"

[dependencies.bs58]
version = "0.5.1"

[dependencies.chacha20poly1305]
version = "0.10"

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

[dependencies.dirs]
version = "5"

[dependencies.hex]
version = "0.4"

[dependencies.hkdf]
version = "0.12"

[dependencies.keyring]
version = "3"

[dependencies.near-crypto]
version = "0.29"

[dependencies.near-jsonrpc-client]
version = "0.16"

[dependencies.near-jsonrpc-primitives]
version = "0.29"

[dependencies.near-primitives]
version = "0.29"

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

[dependencies.rand]
version = "0.8"

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

[dependencies.self_update]
version = "0.39"
features = [
    "rustls",
    "archive-tar",
    "compression-flate2",
    "archive-zip",
    "compression-zip-deflate",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.wasmtime]
version = "28"
features = [
    "component-model",
    "async",
]
optional = true

[dependencies.wasmtime-wasi]
version = "28"
optional = true

[dependencies.wasmtime-wasi-http]
version = "28"
optional = true

[dependencies.x25519-dalek]
version = "2"
features = ["static_secrets"]

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

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]