tari_wallet_ffi 0.16.15

Tari cryptocurrency wallet C FFI bindings
Documentation
[package]
name = "tari_wallet_ffi"
authors = ["The Tari Development Community"]
description = "Tari cryptocurrency wallet C FFI bindings"
license = "BSD-3-Clause"
version = "0.16.15"
edition = "2018"

[dependencies]
tari_comms = { version = "^0.8", path = "../../comms" }
tari_comms_dht = { version = "^0.8", path = "../../comms/dht" }
tari_crypto = "^0.8"
tari_p2p = { version = "^0.8", path = "../p2p" }
tari_wallet = { version = "^0.8", path = "../wallet", features = ["test_harness", "c_integration"]}
tari_shutdown = { version = "^0.8", path = "../../infrastructure/shutdown" }
tari_utilities = "^0.3"

futures =  { version = "^0.3.1", features =["compat", "std"]}
tokio = "0.2.10"
libc = "0.2.65"
rand = "0.7.2"
chrono = { version = "0.4.6", features = ["serde"]}
thiserror = "1.0.20"
log = "0.4.6"
log4rs = {version = "0.8.3", features = ["console_appender", "file_appender", "file", "yaml_format"]}

[dependencies.tari_core]
path = "../../base_layer/core"
version = "^0.8"
default-features = false
features = ["transactions"]

[lib]
crate-type = ["staticlib","cdylib"]

[dev-dependencies]
tempfile = "3.1.0"
lazy_static = "1.3.0"
env_logger = "0.7.1"
tari_key_manager = { version = "^0.8", path = "../key_manager" }