[package] name = "wickra-node" description = "Node.js bindings for the Wickra streaming-first technical indicators library." version.workspace = true authors.workspace = true edition.workspace = true # napi-build 2.3.2 requires Rust >= 1.88 (newer than the workspace 1.80 # minimum, which itself was lifted to satisfy rayon-core 1.13.0). napi-build # also emits `cargo::` directives that require >= 1.77 — that older floor is # subsumed by the 1.88 requirement now. rust-version = "1.88" license.workspace = true repository.workspace = true homepage.workspace = true readme.workspace = true keywords.workspace = true categories.workspace = true publish = false [lib] crate-type = ["cdylib"] [lints] workspace = true [dependencies] wickra-core = { workspace = true } napi = { version = "2.16", features = ["napi8"] } napi-derive = "2.16" [build-dependencies] napi-build = "2"