# 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-tz" version = "0.2.1" authors = ["Spruce Systems, Inc."] description = "did:tz Tezos DID method, using the ssi crate" homepage = "https://github.com/spruceid/ssi/tree/main/did-tezos/" documentation = "https://docs.rs/did-tezos/" readme = "README.md" keywords = [ "ssi", "did", "tezos", ] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/spruceid/ssi/" [dependencies.anyhow] version = "1.0.33" [dependencies.async-trait] version = "0.1" [dependencies.bs58] version = "0.4" features = ["check"] [dependencies.chrono] version = "0.4" [dependencies.json-patch] version = "0.2.6" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.ssi-core] version = "0.1" [dependencies.ssi-dids] version = "0.1" [dependencies.ssi-jwk] version = "0.1" features = ["tezos"] default-features = false [dependencies.ssi-jws] version = "0.1" default-features = false [dependencies.url] version = "2.2.1" [dev-dependencies.tokio] version = "1.0" features = ["macros"] [dev-dependencies.wiremock] version = "0.5" [target."cfg(target_os = \"android\")".dependencies.reqwest] version = "0.11" features = [ "json", "native-tls-vendored", ]