lwk_cli 0.15.0

Liquid Wallet Kit - Command line interface to interact with the RPC server
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"
name = "lwk_cli"
version = "0.15.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Liquid Wallet Kit - Command line interface to interact with the RPC server"
documentation = "https://docs.rs/lwk_cli"
readme = "README.md"
license = "MIT OR BSD-2-Clause"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
bindings = ["uniffi"]
serial = ["lwk_app/serial"]

[lib]
name = "lwk_cli"
path = "src/lib.rs"
test = false

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

[[test]]
name = "e2e"
path = "tests/cli.rs"

[dependencies.anyhow]
version = "1.0.75"

[dependencies.clap]
version = "~4.5"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "~4.5"

[dependencies.ctrlc]
version = "3.4.1"
features = ["termination"]

[dependencies.env_logger]
version = "0.11.5"

[dependencies.log]
version = "0.4.22"

[dependencies.lwk_app]
version = "0.15.0"

[dependencies.lwk_rpc_model]
version = "0.13.0"

[dependencies.serde_json]
version = "1"

[dependencies.uniffi]
version = "0.28.2"
features = ["cli"]
optional = true

[dev-dependencies.elements]
version = "0.25.0"
features = [
    "base64",
    "serde",
]

[dev-dependencies.lwk_containers]
version = "0.14.0"

[dev-dependencies.lwk_test_util]
version = "0.15.0"

[dev-dependencies.shellwords]
version = "1.1.0"

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