# 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-sol" version = "0.0.3" authors = ["Spruce Systems, Inc."] description = "did:sol (Solana) DID method, using the ssi crate" homepage = "https://github.com/spruceid/ssi/tree/main/did-sol/" documentation = "https://docs.rs/did-sol/" readme = "README.md" keywords = [ "ssi", "did", "solana", ] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/spruceid/ssi/" [dependencies.async-trait] version = "0.1" [dependencies.bs58] version = "0.4" features = ["check"] [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.ssi-caips] version = "0.1" default-features = false [dependencies.ssi-dids] version = "0.1" [dependencies.ssi-jwk] version = "0.1" default-features = false [dev-dependencies.ssi-core] version = "0.1" default-features = false [dev-dependencies.ssi-json-ld] version = "0.2" default-features = false [dev-dependencies.ssi-ldp] version = "0.2" features = [ "tezos", "w3c", "solana", ] default-features = false [dev-dependencies.ssi-vc] version = "0.1" default-features = false [dev-dependencies.tokio] version = "1.0" features = ["macros"]