# 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.2.2" authors = ["Spruce Systems, Inc."] 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/" [dependencies.async-trait] version = "0.1" [dependencies.http] version = "0.2" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde_json] version = "1.0" [dependencies.ssi-dids] version = "0.1" [dev-dependencies.async-std] version = "1.9" features = ["attributes"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.hyper] version = "0.14" features = [ "server", "client", "http1", "stream", ] [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tokio] version = "1.0" features = ["macros"] [target."cfg(target_os = \"android\")".dependencies.reqwest] version = "0.11" features = [ "json", "native-tls-vendored", ]