mwc_wallet_controller 5.3.4

Controllers for mwc wallet instantiation
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4.11"

[dependencies.colored]
version = "1.6"

[dependencies.easy-jsonrpc-mw]
version = "0.5.4"

[dependencies.ed25519-dalek]
version = "1.0.0-pre.4"

[dependencies.futures]
version = "0.3"

[dependencies.hyper]
version = "0.13"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.mwc-libp2p]
default-features = false
features = ["noise", "yamux", "mplex", "dns", "tcp-tokio", "ping", "gossipsub"]
version = "0.35.3"

[dependencies.mwc-wagyu-ethereum]
version = "0.6.3"

[dependencies.mwc_wallet_api]
version = "5.3.4"

[dependencies.mwc_wallet_config]
version = "5.3.4"

[dependencies.mwc_wallet_impls]
version = "5.3.4"

[dependencies.mwc_wallet_libwallet]
version = "5.3.4"

[dependencies.mwc_wallet_util]
version = "5.3.4"

[dependencies.prettytable-rs]
version = "0.10"

[dependencies.qr_code]
version = "1.1.0"

[dependencies.rand]
version = "0.7"

[dependencies.ring]
version = "0.16"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.term]
version = "0.6"

[dependencies.thiserror]
version = "1"

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

[dependencies.url]
version = "2.1"

[dependencies.uuid]
features = ["serde", "v4"]
version = "0.8"

[dependencies.x25519-dalek]
version = "0.6"

[dev-dependencies.remove_dir_all]
version = "0.7"

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

[package]
authors = ["Mwc Developers <info@mwc.mw>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Controllers for mwc wallet instantiation"
edition = "2018"
exclude = ["**/*.mwc", "**/*.mwc2"]
keywords = ["crypto", "mwc", "mimblewimble"]
license = "Apache-2.0"
name = "mwc_wallet_controller"
readme = false
repository = "https://github.com/mwcproject/mwc-wallet"
version = "5.3.4"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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