quantus-cli 1.0.0

Command line interface and library for interacting with the Quantus Network
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 = "quantus-cli"
version = "1.0.0"
authors = ["Quantus Network"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line interface and library for interacting with the Quantus Network"
homepage = "https://quantus.com"
readme = "README.md"
keywords = [
    "blockchain",
    "cli",
    "crypto",
    "quantum",
    "quantus-network",
]
categories = [
    "api-bindings",
    "command-line-utilities",
    "cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/Quantus-Network/quantus-cli"

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

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

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

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

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

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

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1.0"

[dependencies.argon2]
version = "0.5"

[dependencies.blake3]
version = "1.8"

[dependencies.bytes]
version = "1.11.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.codec]
version = "3.7"
features = ["derive"]
package = "parity-scale-codec"

[dependencies.colored]
version = "3.0"

[dependencies.dirs]
version = "6.0"

[dependencies.frame-support]
version = "41.0.0"

[dependencies.hex]
version = "0.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.jsonrpsee]
version = "0.24"
features = ["client"]

[dependencies.qp-dilithium-crypto]
version = "0.2.0"
features = ["serde"]

[dependencies.qp-plonky2]
version = "1.1.3"
features = [
    "rand",
    "std",
]
default-features = false

[dependencies.qp-poseidon]
version = "1.0.7"
features = ["serde"]

[dependencies.qp-poseidon-core]
version = "1.0.7"
features = [
    "p2",
    "p3",
]
default-features = false

[dependencies.qp-rusty-crystals-dilithium]
version = "2.1.0"

[dependencies.qp-rusty-crystals-hdwallet]
version = "1.3.0"

[dependencies.qp-wormhole-aggregator]
version = "1.0.7"
features = [
    "rayon",
    "std",
]
default-features = false

[dependencies.qp-wormhole-circuit]
version = "1.0.7"
features = ["std"]
default-features = false

[dependencies.qp-wormhole-inputs]
version = "1.0.7"
features = ["std"]
default-features = false

[dependencies.qp-wormhole-prover]
version = "1.0.7"
features = ["std"]
default-features = false

[dependencies.qp-wormhole-verifier]
version = "1.0.7"
features = ["std"]
default-features = false

[dependencies.qp-zk-circuits-common]
version = "1.0.7"
features = ["std"]
default-features = false

[dependencies.rand]
version = "0.9"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rpassword]
version = "7.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sp-core]
version = "37.0.0"

[dependencies.sp-runtime]
version = "42.0.0"

[dependencies.subxt]
version = "0.43.0"

[dependencies.subxt-metadata]
version = "0.43.0"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.toml]
version = "0.9"

[dev-dependencies.serial_test]
version = "3.1"

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