[package]
edition = "2024"
rust-version = "1.85"
name = "confium-node"
version = "0.5.1"
authors = ["Ribose Open <open.source@ribose.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Node.js bindings for the Confium threshold cryptography framework"
homepage = "https://www.confium.org/"
readme = "README.md"
keywords = [
"crypto",
"threshold",
"node",
"napi",
"confium",
]
categories = [
"cryptography",
"authentication",
]
license = "BSD-2-Clause"
repository = "https://github.com/confium/confium"
resolver = "2"
[lib]
name = "confium_node"
crate-type = ["cdylib"]
path = "src/lib.rs"
[dependencies.confium-tc-cmp20]
version = "0.5.1"
[dependencies.confium-tc-frost-p256]
version = "0.5.1"
[dependencies.confium-tc-gg18]
version = "0.5.1"
[dependencies.napi]
version = "3"
features = ["napi8"]
[dependencies.napi-derive]
version = "3"
[build-dependencies.napi-build]
version = "2"