[package]
name = "idcrypt"
version = "0.2.0"
edition = "2021"
license = "MIT"
description = "A library for securely collecting, encrypting, and verifying identity information with field-level authorization."
[dependencies]
aes-gcm = "0.10"
base64 = "0.22"
bitflags = "2.9"
leb128 = "0.2"
num = "0.4"
p256 = { version = "0.13", features = ["ecdsa", "ecdh"] }
rand_core = "0.6"
sha2 = "0.10"