-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
33 lines (31 loc) · 990 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
[package]
name = "oid4vp"
version = "0.1.0"
edition = "2021"
description = "Rust implementation of the OpenID Connect OpenID for Verifiable Presentations standard"
homepage.workspace = true
keywords = ["oid4vc", "openid4vc", "oid4vp", "OpenID"]
license.workspace = true
repository.workspace = true
[dependencies]
# Fix these dependencies once the crates arre automatically published to crates.io.
oid4vc-core = { path = "../oid4vc-core" }
dif-presentation-exchange = { path = "../dif-presentation-exchange" }
oid4vci = { path = "../oid4vci" }
anyhow = "1.0"
chrono.workspace = true
futures = "0.3"
getset.workspace = true
identity_core.workspace = true
identity_credential.workspace = true
is_empty.workspace = true
jsonwebtoken.workspace = true
monostate.workspace = true
reqwest.workspace = true
reqwest-middleware.workspace = true
reqwest-retry.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_with.workspace = true
tokio.workspace = true
url.workspace = true