# 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 = "2018" name = "did-key" version = "0.2.1" authors = [ "Tomislav Markovski ", "Allison Bellows ", ] description = "Implementation of the did:key method" homepage = "https://github.com/decentralized-identity/did-key.rs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/decentralized-identity/did-key.rs" [lib] crate-type = [ "lib", "cdylib", "staticlib", ] [[bench]] name = "my_benchmark" harness = false [dependencies.arrayref] version = "0.3" [dependencies.base64] version = "0.13" [dependencies.bls12_381_plus] version = "0.7" [dependencies.bs58] version = "0.4.0" [dependencies.curve25519-dalek] version = "3.0.0" [dependencies.did_url] version = "0.1.0" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.hkdf] version = "0.11" [dependencies.json-patch] version = "0.2.6" [dependencies.libsecp256k1] version = "0.7.1" [dependencies.p256] version = "0.11.1" features = [ "ecdsa", "ecdh", ] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.9" [dependencies.x25519-dalek] version = "1.1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.fluid] version = "0.4"