[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.bdk]
features = ["sqlite"]
version = "0.29"
[dependencies.bitcoin]
version = "0.31"
[dependencies.bitcoincore-rpc]
version = "0.18"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.ethers]
features = ["rustls"]
version = "2.0"
[dependencies.hex]
version = "0.4"
[dependencies.hmac]
version = "0.12"
[dependencies.image]
version = "0.25"
[dependencies.qrcode]
version = "0.14"
[dependencies.rand]
version = "0.8"
[dependencies.reqwest]
features = ["json", "rustls-tls"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.40"
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.0"
[dependencies.zeroize]
version = "1.7"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "crosschain_connect"
path = "src/lib.rs"
[package]
authors = ["Aquí oï - CrossChain Connect Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Universal blockchain connection protocol for multi-chain wallets"
edition = "2021"
license = "MIT"
name = "crosschain-connect"
readme = "README.md"
repository = "https://github.com/aqui-oi/crosschain-connect"
version = "0.1.0"
[[test]]
name = "bitcoin_tests"
path = "tests/bitcoin_tests.rs"
[[test]]
name = "crypto_tests"
path = "tests/crypto_tests.rs"
[[test]]
name = "evm_tests"
path = "tests/evm_tests.rs"
[[test]]
name = "message_tests"
path = "tests/message_tests.rs"
[[test]]
name = "monero_tests"
path = "tests/monero_tests.rs"
[[test]]
name = "qrcode_tests"
path = "tests/qrcode_tests.rs"
[[test]]
name = "session_tests"
path = "tests/session_tests.rs"