# 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" name = "did-ethr" version = "0.3.1" authors = ["Spruce Systems, Inc."] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "did:ethr DID method, using the ssi crate" homepage = "https://github.com/spruceid/ssi/tree/main/did-ethr/" documentation = "https://docs.rs/did-ethr/" readme = "README.md" keywords = [ "ssi", "did", "ethereum", ] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/spruceid/ssi/" [lib] name = "did_ethr" path = "src/lib.rs" [dependencies.hex] version = "0.4.3" [dependencies.iref] version = "3.2.2" [dependencies.serde_json] version = "1.0" features = ["arbitrary_precision"] [dependencies.ssi-caips] version = "0.2.1" features = ["eip"] default-features = false [dependencies.ssi-dids-core] version = "0.1.1" default-features = false [dependencies.ssi-jwk] version = "0.3" default-features = false [dependencies.static-iref] version = "3.0" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.json-syntax] version = "0.12.5" [dev-dependencies.linked-data] version = "0.1.2" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.ssi-claims] version = "0.1.1" features = [ "ethereum", "eip712", "dif", "secp256k1", ] default-features = false [dev-dependencies.ssi-json-ld] version = "0.3" default-features = false [dev-dependencies.ssi-verification-methods-core] version = "0.1.1" default-features = false [dev-dependencies.tokio] version = "1.0" features = ["macros"] [dev-dependencies.xsd-types] version = "0.9.5"