self-encryption-nodejs 0.1.0

NodeJS bindings for Self Encryption
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
edition = "2024"
name = "self-encryption-nodejs"
version = "0.1.0"
description = "NodeJS bindings for Self Encryption"
license = "GPL-3.0"

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

[dependencies]
hex = "0.4.3"
napi = { version = "2.12.2", default-features = false, features = ["napi4", "napi6", "tokio_rt", "serde-json"] }
napi-derive = "2.12.2"
self_encryption = { version = "0.32.0", path = ".." }

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