# 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-web" version = "0.3.2" authors = ["Spruce Systems, Inc."] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "did:web DID method, using the ssi crate" homepage = "https://github.com/spruceid/ssi/tree/main/did-web/" documentation = "https://docs.rs/did-web/" readme = "README.md" keywords = [ "ssi", "did", ] categories = ["web-programming::http-client"] license = "Apache-2.0" repository = "https://github.com/spruceid/ssi/" [lib] name = "did_web" path = "src/lib.rs" [dependencies.http] version = "0.2" [dependencies.reqwest] version = "0.11" features = ["rustls-tls"] default-features = false [dependencies.ssi-dids-core] version = "0.1.2" default-features = false [dependencies.thiserror] version = "1.0.40" [dev-dependencies.futures] version = "0.3" [dev-dependencies.hyper] version = "0.14" features = [ "server", "client", "http1", "stream", ] [dev-dependencies.iref] version = "3.2.2" [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.serde_json] version = "1.0" features = ["arbitrary_precision"] [dev-dependencies.ssi-claims] version = "0.2.0" features = [ "w3c", "ed25519", ] default-features = false [dev-dependencies.ssi-jwk] version = "0.3.1" default-features = false [dev-dependencies.ssi-verification-methods-core] version = "0.1.1" default-features = false [dev-dependencies.static-iref] version = "3.0" [dev-dependencies.tokio] version = "1.0" features = ["macros"] [dev-dependencies.xsd-types] version = "0.9.5" [target.'cfg(target_os = "android")'.dependencies.reqwest] version = "0.11" features = ["native-tls-vendored"]