forked from hyperledger/aries-vcx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
28 lines (26 loc) · 794 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
[package]
name = "messages"
edition.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
[lib]
doctest = false
[dependencies]
serde = { version = "1.0.167", features = ["derive"] }
chrono = { version = "0.4.23", features = ["serde"] }
lazy_static = "1.3"
serde_json = "1.0.100"
url = { version = "2.3", features = ["serde"] }
strum = "0.26.3"
strum_macros = "0.26.4"
thiserror = "1.0.37"
derive_more = "0.99.17"
transitive = "1.0.1"
isolang = { version = "2.2.0" }
typed-builder = "0.19.1"
messages_macros = { path = "../messages_macros" }
diddoc_legacy = { path = "../misc/legacy/diddoc_legacy" }
shared = { path = "../misc/shared" }
did_parser_nom = { path = "../../did_core/did_parser_nom" }
display_as_json = { path = "../../misc/display_as_json" }