# 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-webkey" version = "0.2.2" authors = ["Spruce Systems, Inc."] description = "did:webkey DID method, using the ssi crate" homepage = "https://github.com/spruceid/ssi/tree/main/did-webkey/" documentation = "https://docs.rs/did-webkey/" readme = "README.md" keywords = [ "ssi", "did", ] categories = ["web-programming::http-client"] license = "Apache-2.0" repository = "https://github.com/spruceid/ssi/" [dependencies.anyhow] version = "1.0.52" [dependencies.async-trait] version = "0.1.52" [dependencies.hex] version = "0.4.3" [dependencies.http] version = "0.2.6" [dependencies.pgp] version = "0.10.0" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.134" features = ["derive"] [dependencies.serde_json] version = "1.0.75" [dependencies.sshkeys] version = "0.3.1" [dependencies.ssi-dids] version = "0.1" features = ["http"] [dependencies.ssi-jwk] version = "0.1" default-features = false [dependencies.ssi-ssh] version = "0.1" [dev-dependencies.async-std] version = "1.10.0" features = ["attributes"] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.futures] version = "0.3.19" [dev-dependencies.hyper] version = "0.14.16" features = [ "server", "client", "http1", "stream", ] [dev-dependencies.pretty_assertions] version = "1.3" [dev-dependencies.test-log] version = "0.2.11" [dev-dependencies.tokio] version = "1.15.0" features = ["macros"] [features] default = ["secp256r1"] secp256r1 = [ "ssi-ssh/secp256r1", "ssi-jwk/secp256r1", ] [target."cfg(target_os = \"android\")".dependencies.reqwest] version = "0.11.9" features = [ "json", "native-tls-vendored", ]