core-identity 0.10.1

Identity management and DID resolution for P47H
Documentation
[dependencies.blake3]
default-features = false
version = "1.5"

[dependencies.ed25519-dalek]
default-features = false
features = ["alloc", "zeroize", "rand_core", "alloc", "zeroize"]
version = "2.1"

[dependencies.getrandom]
features = ["js"]
version = "0.2"

[dependencies.rand]
default-features = false
features = ["std", "std_rng"]
version = "0.8.5"

[dependencies.rand_core]
default-features = false
version = "0.6"

[dependencies.secrecy]
features = ["serde"]
version = "0.8"

[dependencies.serde]
default-features = false
features = ["derive", "alloc", "derive"]
version = "1.0"

[dependencies.thiserror]
default-features = false
version = "1.0"

[dependencies.zeroize]
features = ["derive"]
version = "1.8"

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.serde_json]
version = "1.0"

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

[package]
authors = ["p47h Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = "Identity management and DID resolution for P47H"
edition = "2021"
keywords = ["crypto", "ed25519", "identity", "did"]
license = "Apache-2.0"
name = "core-identity"
readme = false
repository = "https://github.com/p47h-org/p47h-open-core"
rust-version = "1.85"
version = "0.10.1"

[[test]]
name = "identity_tests"
path = "tests/identity_tests.rs"