-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
30 lines (25 loc) · 863 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
[package]
name = "crusty-n3xb"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.36", features = ["macros", "rt", "sync", "time", "io-std", "io-util", "fs"] }
uuid = { version = "1.4", features = ["serde", "v4"] }
url = { version = "2", features = ["serde"] }
tracing = "0.1.40"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
typetag = "0.2"
strum = "0.25"
strum_macros = "0.25"
dyn-clone = "1.0"
nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "696ffd596c7fc69d299c4389fc2148c66538f226" }
secp256k1 = "0.27"
iso_currency = { version = "0.4.3", features = ["with-serde"] }
[dev-dependencies]
anyhow = "1.0"
tracing-subscriber = "0.3.18"
hyper = "0.14"
mockall = "0.11"
nostr-rs-relay = "0.8"