# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.65" name = "identity_iota" version = "1.4.0" authors = ["IOTA Stiftung"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Framework for Self-Sovereign Identity with IOTA DID." homepage = "https://www.iota.org" readme = "README.md" keywords = [ "iota", "tangle", "identity", "did", "ssi", ] license = "Apache-2.0" repository = "https://github.com/iotaledger/identity.rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "identity_iota" path = "src/lib.rs" [dependencies.identity_core] version = "=1.4.0" default-features = false [dependencies.identity_credential] version = "=1.4.0" features = ["validator"] default-features = false [dependencies.identity_did] version = "=1.4.0" default-features = false [dependencies.identity_document] version = "=1.4.0" default-features = false [dependencies.identity_iota_core] version = "=1.4.0" default-features = false [dependencies.identity_resolver] version = "=1.4.0" optional = true default-features = false [dependencies.identity_storage] version = "=1.4.0" features = ["iota-document"] default-features = false [dependencies.identity_verification] version = "=1.4.0" default-features = false [dev-dependencies.anyhow] version = "1.0.64" [dev-dependencies.iota-sdk] version = "1.1.5" features = [ "tls", "client", ] default-features = false [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.29.0" features = ["full"] [features] client = ["identity_iota_core/client"] default = [ "revocation-bitmap", "client", "iota-client", "resolver", ] domain-linkage = ["identity_credential/domain-linkage"] domain-linkage-fetch = ["identity_credential/domain-linkage-fetch"] iota-client = [ "identity_iota_core/iota-client", "identity_resolver?/iota", ] jpt-bbs-plus = [ "identity_storage/jpt-bbs-plus", "identity_credential/jpt-bbs-plus", ] memstore = ["identity_storage/memstore"] resolver = ["dep:identity_resolver"] revocation-bitmap = [ "identity_credential/revocation-bitmap", "identity_iota_core/revocation-bitmap", "identity_resolver?/revocation-bitmap", ] sd-jwt = ["identity_credential/sd-jwt"] send-sync-storage = ["identity_storage/send-sync-storage"] status-list-2021 = [ "revocation-bitmap", "identity_credential/status-list-2021", ] [lints.clippy] result_large_err = "allow"