zinc-wallet-cli 0.3.0

Agent-first Bitcoin + Ordinals CLI wallet with account-based taproot ordinals + native segwit payment addresses (optional human mode)
# 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.88"
name = "zinc-wallet-cli"
version = "0.3.0"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "SECURITY.md",
    "CONTRIBUTING.md",
    "CODE_OF_CONDUCT.md",
    "USAGE.md",
    "AGENT_PLAYBOOKS.md",
    "COMMAND_CONTRACT_V1.md",
    "SCHEMAS.md",
    "assets/**",
    "demo/README.md",
    "demo/env.sh",
    "demo/scripts/**",
    "demo/artifacts/.gitkeep",
    "src/**",
    "examples/**",
    "tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent-first Bitcoin + Ordinals CLI wallet with account-based taproot ordinals + native segwit payment addresses (optional human mode)"
homepage = "https://github.com/bitcoiner-dev/zinc-cli"
documentation = "https://docs.rs/zinc-wallet-cli"
readme = "README.md"
keywords = [
    "bitcoin",
    "ordinals",
    "wallet",
    "cli",
    "agent",
]
categories = [
    "command-line-utilities",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/bitcoiner-dev/zinc-cli"

[features]
default = []
ui = [
    "dep:inquire",
    "dep:ratatui",
    "dep:crossterm",
    "dep:owo-colors",
    "dep:ratatui-image",
    "dep:throbber-widgets-tui",
    "dep:tui-big-text",
    "dep:figlet-rs",
    "dep:rand",
    "dep:bip39",
]

[[bin]]
name = "zinc-cli"
path = "src/main.rs"

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

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

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

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

[dependencies.bip39]
version = "2.1.0"
optional = true

[dependencies.chrono]
version = "0.4.38"

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

[dependencies.comfy-table]
version = "7.2.2"

[dependencies.console]
version = "0.15"

[dependencies.crossterm]
version = "0.27.0"
optional = true

[dependencies.figlet-rs]
version = "0.1.5"
optional = true

[dependencies.image]
version = "0.25.10"
features = [
    "avif",
    "webp",
]

[dependencies.indicatif]
version = "0.18.4"

[dependencies.inquire]
version = "0.9.1"
optional = true

[dependencies.is-terminal]
version = "0.4.17"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.owo-colors]
version = "4.0.0"
optional = true

[dependencies.rand]
version = "0.8"
optional = true

[dependencies.ratatui]
version = "0.30.0"
optional = true

[dependencies.ratatui-image]
version = "10.0.6"
features = [
    "crossterm",
    "image-defaults",
]
optional = true
default-features = false

[dependencies.rpassword]
version = "7.4.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.supports-unicode]
version = "3.0.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.throbber-widgets-tui]
version = "0.10.0"
optional = true

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

[dependencies.tui-big-text]
version = "0.8.2"
optional = true

[dependencies.viuer]
version = "0.11.0"

[dependencies.zinc-core]
version = "=0.1.2"

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

[dev-dependencies.insta]
version = "1.46.3"
features = [
    "json",
    "redactions",
]

[lints.clippy]
dead_code = "deny"
expect_used = "allow"
panic = "allow"
todo = "deny"
unimplemented = "deny"
unwrap_used = "allow"

[lints.clippy.all]
level = "allow"
priority = -1

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "allow"
priority = -1

[lints.rust]
unsafe_code = "deny"