decentralized-identity / did-key.rs

Rust implementation of the did:key method
Apache License 2.0
47 stars 24 forks source link

No external dependencies #41

Open TheButlah opened 1 year ago

TheButlah commented 1 year ago

The README says:

This crate is intended to provide basic support for did:key methods. It has no external dependencies and can be compiled for any target.

But there clearly are external dependencies in the Cargo.toml.

Did you mean that the crate and its dependencies are pure rust and compiled from source? If so that verbiage could be corrected.