ma-did 0.4.0

Rust implementation of the 間 (did:ma) DID method for secure identities and messaging
Documentation
# 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 = "2024"
rust-version = "1.95"
name = "ma-did"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of the 間 (did:ma) DID method for secure identities and messaging"
homepage = "https://github.com/bahner/rust-ma"
documentation = "https://docs.rs/ma-did"
readme = "README.md"
keywords = [
    "did",
    "identity",
    "messaging",
    "multiformat",
    "ipld",
]
license = "GPL-3.0-only"
repository = "https://github.com/bahner/rust-ma"

[lib]
name = "ma_did"
path = "src/lib.rs"

[dependencies.blake3]
version = "1.8"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.ciborium]
version = "0.2"

[dependencies.cid]
version = "0.11"

[dependencies.ed25519-dalek]
version = "2.2"
features = ["rand_core"]

[dependencies.hex]
version = "0.4"

[dependencies.ipld-core]
version = "0.4"
features = ["serde"]

[dependencies.multibase]
version = "0.9"

[dependencies.nanoid]
version = "0.4"

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_ipld_dagcbor]
version = "0.6"

[dependencies.serde_ipld_dagjson]
version = "0.2"

[dependencies.thiserror]
version = "2.0"

[dependencies.unsigned-varint]
version = "0.8"

[dependencies.x25519-dalek]
version = "2.0"
features = ["static_secrets"]

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2"
features = ["js"]

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"