# 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 = "key-resolver" version = "0.0.1" authors = ["Ravindu Wijegunawardhana "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Get ed25519 public key from did id" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ravindu-rev/key-resolver.git" [lib] name = "key_resolver" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[test]] name = "did_2018" path = "tests/did_2018.rs" [[test]] name = "did_2020" path = "tests/did_2020.rs" [dependencies.bs58] version = "0.5.1" [dependencies.curve25519-dalek] version = "4.1.3" [dependencies.ed25519-dalek] version = "2.1.1" [dependencies.fi-common] version = "0.0.1" [dependencies.multibase] version = "0.9.1" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.sha2] version = "0.10.8"