[package]
edition = "2021"
name = "cs_epic_wallet_controller"
version = "1.0.0"
authors = [
"Epic Developers <info@epiccash.com>",
"Likho",
"sneurlax",
]
build = false
exclude = [
"**/*.epic",
"**/*.epic2",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Controllers for epic wallet instantiation"
readme = false
license = "Apache-2.0"
repository = "https://github.com/cypherstack/epic-wallet"
[lib]
name = "cs_epic_wallet_controller"
path = "src/lib.rs"
[[test]]
name = "accounts"
path = "tests/accounts.rs"
[[test]]
name = "check"
path = "tests/check.rs"
[[test]]
name = "file"
path = "tests/file.rs"
[[test]]
name = "invoice"
path = "tests/invoice.rs"
[[test]]
name = "no_change"
path = "tests/no_change.rs"
[[test]]
name = "payment_proofs"
path = "tests/payment_proofs.rs"
[[test]]
name = "repost"
path = "tests/repost.rs"
[[test]]
name = "self_send"
path = "tests/self_send.rs"
[[test]]
name = "transaction"
path = "tests/transaction.rs"
[[test]]
name = "ttl_cutoff"
path = "tests/ttl_cutoff.rs"
[[test]]
name = "updater_thread"
path = "tests/updater_thread.rs"
[dependencies.chrono]
version = "0.4.4"
features = ["serde"]
[dependencies.easy-jsonrpc-mw]
version = "0.5.4"
[dependencies.epic_wallet_api]
version = "^1.0.0"
package = "cs_epic_wallet_api"
[dependencies.epic_wallet_config]
version = "^1.0.0"
package = "cs_epic_wallet_config"
[dependencies.epic_wallet_impls]
version = "^1.0.0"
package = "cs_epic_wallet_impls"
[dependencies.epic_wallet_libwallet]
version = "^1.0.0"
package = "cs_epic_wallet_libwallet"
[dependencies.epic_wallet_util]
version = "^1.0.0"
package = "cs_epic_wallet_util"
[dependencies.futures]
version = "0.3"
[dependencies.hyper]
version = "0.14.27"
features = ["full"]
[dependencies.lazy_static]
version = "1"
[dependencies.log]
version = "0.4"
[dependencies.prettytable-rs]
version = "0.10"
[dependencies.rand]
version = "0.5"
[dependencies.ring]
version = "0.16.20"
[dependencies.serde]
version = "1"
[dependencies.serde_derive]
version = "1"
[dependencies.serde_json]
version = "1.0.69"
[dependencies.term]
version = "0.5"
[dependencies.thiserror]
version = "1"
[dependencies.tokio]
version = "1.32"
features = ["full"]
[dependencies.tungstenite]
version = ">=0.0.0"
features = ["native-tls"]
[dependencies.url]
version = "1.7.0"
[dependencies.uuid]
version = "0.7"
features = [
"serde",
"v4",
]