forked from Kodylow/old-hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
42 lines (40 loc) · 958 Bytes
/
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
[package]
name = "hermes"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
axum = { version = "0.7.1", features = ["json"] }
axum-macros = "0.4.0"
dotenv = "0.15.0"
fedimint = "0.0.1"
serde = "1.0.193"
serde_json = "1.0.108"
tokio = { version = "1.34.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
lightning-invoice = "0.27.0"
fedimint-client = "0.2.1"
fedimint-core = "0.2.1"
fedimint-wallet-client = "0.2.1"
fedimint-mint-client = "0.2.1"
fedimint-ln-client = "0.2.1"
fedimint-rocksdb = "0.2.1"
url = "2.5.0"
nostr = "0.26.0"
nostr-sdk = "0.26.0"
lazy_static = "1.4.0"
async-utility = "0.1.1"
sqlx = { version = "0.7.3", features = [
"postgres",
"runtime-tokio-rustls",
"uuid",
"time",
] }
sqlb = "0.4.0"
futures = "0.3.30"
xmpp = "0.5.0"
itertools = "0.12.0"
hex = "0.4.3"
multimint = "0.1.0"