# 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.8.0" autotests = 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", ] [[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.8.0" [dependencies.lwk_rpc_model] version = "0.8.0" [dependencies.serde_json] version = "1" [dependencies.uniffi] version = "0.26.1" features = ["cli"] optional = true [dev-dependencies.elements] version = "0.25.0" [dev-dependencies.lwk_containers] version = "0.8.0" [dev-dependencies.lwk_test_util] version = "0.8.0" [dev-dependencies.shellwords] version = "1.1.0" [dev-dependencies.tempfile] version = "3.8.0" [features] bindings = ["uniffi"] registry = [] serial = ["lwk_app/serial"]