confium-node 0.5.4

Node.js bindings for the Confium threshold cryptography framework
Documentation
[package]
name = "confium-node"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
categories = ["cryptography", "authentication"]
keywords = ["crypto", "threshold", "node", "napi", "confium"]
description = "Node.js bindings for the Confium threshold cryptography framework"
readme = "README.md"

[lib]
crate-type = ["cdylib"]

[dependencies]
confium-tc-cmp20 = { workspace = true }
confium-tc-gg18 = { workspace = true }
confium-tc-frost-p256 = { workspace = true }
napi = { version = "3", features = ["napi8"] }
napi-derive = "3"

[build-dependencies]
napi-build = "2"