-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
39 lines (38 loc) · 1.03 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
[package]
name = "infra-did"
version = "0.1.0"
authors = ["InfraBlockchain"]
edition = "2021"
[dependencies]
hex = "0.4.3"
schnorrkel = "0.11.4"
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.95"
substrate-bip39 = "0.4.4"
tiny-bip39 = { version = "1.0.0", default-features = false }
base58 = "0.1.0"
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
lazy_static = "1.3.0"
regex = "1.2.1"
blake2-rfc = "0.2.18"
rustc-hex = "2.0.1"
ed25519-dalek = "1.0.1"
bs58 = "0.4.0"
rand = "0.7.0"
chrono = { version = "0.4", features = ["serde"] }
thiserror = "1.0.40"
iref = { version = "2.2.2", features = ["serde"] }
static-iref = "2.0.0"
multibase = "0.9.1"
ssi-vc = "0.2.1"
ssi = "0.7.0"
ssi-json-ld = "0.2.2"
ssi-ldp = "0.3.2"
base64 = "0.12.3"
ssi-jws = "0.1.1"
ssi-dids = { version = "0.1.1", features = ["example"] }
async-std = { version = "1.9", features = ["attributes"] }
async-trait = "0.1.68"
serde_urlencoded = "0.7.1"
percent-encoding = "2.2.0"
anyhow = "1.0.70"