aleph-cli 0.13.2

Minimal CLI for Aleph Cloud, built in Rust.
# 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 = "2024"
name = "aleph-cli"
version = "0.13.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal CLI for Aleph Cloud, built in Rust."
homepage = "https://github.com/aleph-im/aleph-rs"
readme = false
license = "MIT"
repository = "https://github.com/aleph-im/aleph-rs"
resolver = "2"

[package.metadata.deb]
maintainer = "Aleph.im <contact@aleph.im>"
section = "utils"
priority = "optional"
assets = [[
    "target/release/aleph",
    "usr/bin/",
    "755",
]]

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

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

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

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

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

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

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

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

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

[dependencies.aes]
version = "0.8"

[dependencies.aleph-sdk]
version = "0.13.2"
features = [
    "account-evm",
    "account-sol",
    "credits",
    "swap",
]

[dependencies.aleph-types]
version = "0.13.2"
features = ["account"]

[dependencies.alloy-network]
version = "1.8"

[dependencies.alloy-primitives]
version = "1.5"

[dependencies.alloy-provider]
version = "1.8"

[dependencies.alloy-rpc-types-eth]
version = "1.8"

[dependencies.alloy-signer-local]
version = "1.8"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.base64]
version = "0.22"

[dependencies.bs58]
version = "0.5"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4.42"

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

[dependencies.clap_complete]
version = "4.5"

[dependencies.coins-ledger]
version = "0.13"

[dependencies.ctr]
version = "0.9"

[dependencies.ctrlc]
version = "3.4"

[dependencies.dialoguer]
version = "0.11"
features = ["fuzzy-select"]

[dependencies.directories]
version = "6"

[dependencies.ed25519-dalek]
version = "2"
features = [
    "std",
    "rand_core",
    "zeroize",
]
default-features = false

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

[dependencies.hex]
version = "0.4"

[dependencies.k256]
version = "0.13"
features = [
    "ecdsa",
    "sha256",
]

[dependencies.memsizes]
version = "1.0.0"
features = ["serde"]

[dependencies.pbkdf2]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "stream",
    "multipart",
]

[dependencies.rpassword]
version = "7"

[dependencies.scrypt]
version = "0.11"
default-features = false

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10.9"

[dependencies.sha3]
version = "0.10"

[dependencies.subtle]
version = "2"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "fs",
    "sync",
    "time",
    "process",
]

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

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

[dependencies.toml]
version = "0.8"

[dependencies.url]
version = "2.5.7"

[dependencies.walkdir]
version = "2"

[dependencies.which]
version = "6"

[dependencies.zeroize]
version = "1"

[dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false

[dev-dependencies.actix-web]
version = "4"

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

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

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

[target.'cfg(target_os = "linux")'.dependencies.keyring]
version = "3.6"
features = [
    "async-secret-service",
    "crypto-rust",
]

[target.'cfg(target_os = "macos")'.dependencies.keyring]
version = "3.6"
features = ["apple-native"]

[target.'cfg(target_os = "windows")'.dependencies.keyring]
version = "3.6"
features = ["windows-native"]

[target."cfg(unix)".dependencies.libc]
version = "0.2"