runar_cli 0.1.0

Runar CLI for node initialization and management
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.70"
name = "runar_cli"
version = "0.1.0"
authors = ["Runar Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runar CLI for node initialization and management"
homepage = "https://github.com/runar-labs/runar-rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/runar-labs/runar-rust"

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

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

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.21"

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

[dependencies.dirs]
version = "5.0"

[dependencies.env_logger]
version = "0.10"

[dependencies.futures-util]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.image]
version = "0.24"

[dependencies.keyring]
version = "2.0"

[dependencies.log]
version = "0.4"

[dependencies.qrcode]
version = "0.13"

[dependencies.runar-keys]
version = "0.1"

[dependencies.runar_common]
version = "0.1"

[dependencies.runar_macros_common]
version = "0.1"

[dependencies.runar_node]
version = "0.1"

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

[dependencies.serde_cbor]
version = "0.11"

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"
features = ["net"]

[dependencies.tokio-util]
version = "0.7"

[dependencies.uuid]
version = "1.3"
features = ["v4"]

[dev-dependencies.tokio-test]
version = "0.4"