quicknode-cli 0.6.0

Command-line interface for the Quicknode SDK
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 = "2021"
rust-version = "1.75"
name = "quicknode-cli"
version = "0.6.0"
authors = ["Quicknode <support@quicknode.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the Quicknode SDK"
homepage = "https://www.quicknode.com/docs/welcome"
readme = "README.md"
keywords = [
    "quicknode",
    "cli",
    "blockchain",
    "web3",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/quicknode/cli"

[package.metadata.deb]
name = "qn"
maintainer = "Quicknode <support@quicknode.com>"
copyright = "2026 Quicknode"
extended-description = """
qn is a command-line interface for Quicknode, built around noun-verb
commands that read naturally for both humans and agents. Manage endpoints,
streams, webhooks, the KV store, teams, usage, and billing.
"""
section = "utils"
priority = "optional"
assets = [
    [
    "target/release/qn",
    "usr/bin/",
    "755",
],
    [
    "README.md",
    "usr/share/doc/qn/README",
    "644",
],
    [
    "LICENSE",
    "usr/share/doc/qn/LICENSE",
    "644",
],
]

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

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

[[test]]
name = "admin_extra"
path = "tests/admin_extra.rs"

[[test]]
name = "auth"
path = "tests/auth.rs"

[[test]]
name = "cli_smoke"
path = "tests/cli_smoke.rs"

[[test]]
name = "endpoint"
path = "tests/endpoint.rs"

[[test]]
name = "kv"
path = "tests/kv.rs"

[[test]]
name = "output_snapshots"
path = "tests/output_snapshots.rs"

[[test]]
name = "retry"
path = "tests/retry.rs"

[[test]]
name = "rpc"
path = "tests/rpc.rs"

[[test]]
name = "rpc_payment"
path = "tests/rpc_payment.rs"

[[test]]
name = "rpc_supported_networks"
path = "tests/rpc_supported_networks.rs"

[[test]]
name = "sql"
path = "tests/sql.rs"

[[test]]
name = "streams"
path = "tests/streams.rs"

[[test]]
name = "table_snapshots"
path = "tests/table_snapshots.rs"

[[test]]
name = "tooling_access"
path = "tests/tooling_access.rs"

[[test]]
name = "wallet"
path = "tests/wallet.rs"

[[test]]
name = "webhooks"
path = "tests/webhooks.rs"

[dependencies.base64]
version = "0.22"

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

[dependencies.clap_complete]
version = "4"

[dependencies.comfy-table]
version = "7"
features = ["tty"]
default-features = false

[dependencies.dialoguer]
version = "0.11"

[dependencies.fastrand]
version = "2"

[dependencies.humantime]
version = "2"

[dependencies.qrcode]
version = "0.14"
default-features = false

[dependencies.quicknode-sdk]
version = "0.8.1"
features = [
    "payments",
    "payments-svm",
    "payments-tempo",
]

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

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "1"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
    "macros",
]

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

[dependencies.toml]
version = "0.8"

[dependencies.toon-format]
version = "0.5"
default-features = false

[dependencies.url]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.insta]
version = "1"
features = ["yaml"]

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

[dev-dependencies.reqwest]
version = "0.12"
default-features = false

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

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

[dev-dependencies.wiremock]
version = "0.6"

[profile.dist]
lto = "thin"
inherits = "release"