This repository has been archived on 2026-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

23 lines
502 B
TOML

[package]
name = "el-identity"
version = "0.1.0"
edition = "2021"
description = "el-ui Engram-native identity — users, roles, scopes, OAuth, and sessions as graph nodes"
license = "MIT"
[lib]
name = "el_identity"
path = "src/lib.rs"
[dependencies]
thiserror = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
uuid = { version = "1", features = ["v4", "serde"] }
chrono = { version = "0.4", features = ["serde"] }
base64 = "0.22"
hmac = "0.12"
sha2 = "0.10"
[dev-dependencies]