diff --git a/identity_credential/Cargo.toml b/identity_credential/Cargo.toml index 9d4d812da9..e602463a14 100644 --- a/identity_credential/Cargo.toml +++ b/identity_credential/Cargo.toml @@ -13,6 +13,7 @@ description = "An implementation of the Verifiable Credentials standard." [dependencies] async-trait = { version = "0.1.64", default-features = false } +bls12_381_plus = { version = "=0.8.15", optional = true } flate2 = { version = "1.0.28", default-features = false, features = ["rust_backend"], optional = true } futures = { version = "0.3", default-features = false, optional = true } identity_core = { version = "=1.3.0", path = "../identity_core", default-features = false } @@ -34,7 +35,6 @@ strum.workspace = true thiserror.workspace = true url = { version = "2.5", default-features = false } zkryptium = { workspace = true, optional = true } -bls12_381_plus = { version = "=0.8.15", optional = true } [dev-dependencies] anyhow = "1.0.62"