runx-cli 0.6.19

Cargo-installed launcher for the runx governed agent workflow CLI.
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.85"
name = "runx-cli"
version = "0.6.19"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cargo-installed launcher for the runx governed agent workflow CLI."
homepage = "https://runx.ai"
readme = "README.md"
keywords = [
    "runx",
    "cli",
    "agents",
    "workflow",
    "receipts",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/runxhq/runx"

[package.metadata.deb]
maintainer = "runxhq <support@runx.ai>"
copyright = "2026, runxhq"
extended-description = "Native governed runtime for agent skills, tools, graphs, and packets."
section = "utils"
priority = "optional"
assets = [[
    "target/release/runx",
    "usr/bin/",
    "755",
]]

[features]
default = []

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

[[bin]]
name = "runx"
path = "src/main.rs"
test = false
bench = false

[dependencies.base64]
version = "0.22.1"

[dependencies.ring]
version = "0.17.14"

[dependencies.runx-contracts]
version = "0.6.19"

[dependencies.runx-pay]
version = "0.6.19"

[dependencies.runx-receipts]
version = "0.6.19"

[dependencies.runx-runtime]
version = "0.6.19"
features = [
    "cli-tool",
    "catalog",
    "mcp",
    "mcp-http-server",
    "external-adapter",
    "agent",
    "http",
    "thread-outbox-provider",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_norway]
version = "0.9.42"

[dependencies.url]
version = "2.5.7"

[dev-dependencies]

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"
wildcard_imports = "deny"

[lints.rust]
unsafe_code = "forbid"