confium-node 0.4.7

Node.js bindings for the Confium threshold cryptography framework
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "confium-node"
version = "0.4.7"
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.4.0"

[dependencies.confium-tc-frost-p256]
version = "0.4.0"

[dependencies.confium-tc-gg18]
version = "0.4.0"

[dependencies.napi]
version = "2"
features = ["napi8"]

[dependencies.napi-derive]
version = "2"

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