# 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_resolver" version = "1.4.0" authors = ["IOTA Stiftung"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DID Resolution utilities for the identity.rs library." homepage = "https://www.iota.org" readme = "README.md" keywords = [ "iota", "did", "identity", "resolver", "resolution", ] license = "Apache-2.0" repository = "https://github.com/iotaledger/identity.rs" [lib] name = "identity_resolver" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" default-features = false [dependencies.futures] version = "0.3" [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" features = [ "send-sync-client-ext", "iota-client", ] optional = true default-features = false [dependencies.serde] version = "1.0" features = [ "std", "derive", ] default-features = false [dependencies.strum] version = "0.25" features = [ "std", "derive", ] default-features = false [dependencies.thiserror] version = "1.0" default-features = false [dev-dependencies.iota-sdk] version = "1.1.5" [dev-dependencies.tokio] version = "1.29.0" features = [ "rt-multi-thread", "macros", ] default-features = false [features] default = [ "revocation-bitmap", "iota", ] iota = ["dep:identity_iota_core"] revocation-bitmap = [ "identity_credential/revocation-bitmap", "identity_iota_core?/revocation-bitmap", ] [lints.clippy] result_large_err = "allow"