This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Cargo.toml
70 lines (58 loc) · 1.46 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[wokspace]
members = ["rgb-core", "rust-dlc", "bitswap", "payjoin", "aluvm", "baid58"]
[package]
name = "bitswap_demo_cli"
version = "1.0.1-beta"
authors = ["22388o", "Rsync25"]
documentation = "https://github.com/Bitswap-demo"
repository = "https://github.com/Bitswa-demo"
edition = "2021"
description = "AMM DEX on RGB Protocol and Lightning Network"
license = "Business Source License 1.1"
[memmbers]
swap = "amm, dlc"
dlc = "message"
amm_contract = "amm contract"
ldk = "invoice, paymenthash, rgb_assets"
[dex.dependencies]
swap = "0.1.0"
[core_functions]
dlc = "0.5.0"
bitswap = "1.0.0"
rgb-core = "0.11.0-beta.6"
rgb-std = "0.11.0-beta.6"
rgb-schemata = "0.11.0-beta.6"
rgb-runtime = "0.11.0-beta.6"
rust = "1.80.0"
automerge = "0.5.2"
autosurgeon = "0.8"
ascii-armor = "0.2.0"
bdk = "1.0.0-alpha.11"
bdk-cli = "0.27.1"
bdk-macros = "0.27.1"
bdk-wallet = "1.0.0-beta.1"
bdk-wallet-cli = "0.27.1"
reqwest = "0.12.5"
tokio = "1.38.0"
thiserror = "1.0.61"
error = "0.1.9"
clap = "4.5.8"
anyhow = "1.0.86"
log = "0.4.22"
env_logger = "0.11.3"
bitswapd = { path = "../path/to/bitswapd" }
gtk = "0.10.1" # Check for the latest version
glib = "0.10.2"
gio = "0.10.2"
[profile.release]
panic = "abort"
[profile.dev]
panic = "abort"
[dependencies]
bdk = "=1.0.0-alpha.11"
dlc = "0.5.0"
lightning = "=0.0.123"
rgb-std = "=0.11.0-beta.6"
secp256k1-zkp = "=0.11.0"
[patch.crates-io]
secp256k1-zkp-sys = { git = "https://github.com/BlockstreamResearch/rust-secp256k1-zkp", branch = "master" }