2025-04-21 17:35:31 +01:00
|
|
|
[package]
|
|
|
|
|
edition = "2021"
|
|
|
|
|
name = "libloot-nodejs"
|
2025-06-08 17:14:38 +01:00
|
|
|
version = "0.27.0"
|
2025-05-08 20:36:58 +01:00
|
|
|
license = "GPL-3.0-or-later"
|
2025-04-21 17:35:31 +01:00
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-04-21 17:41:49 +01:00
|
|
|
libloot = { path = ".." }
|
|
|
|
|
libloot-ffi-errors = { path = "../ffi-errors" }
|
|
|
|
|
|
2025-04-21 17:35:31 +01:00
|
|
|
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
|
|
|
|
|
napi = { version = "2.12.2", default-features = false, features = ["napi4"] }
|
|
|
|
|
napi-derive = "2.12.2"
|
|
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
|
napi-build = "2.0.1"
|