secureops-napi 0.0.1

SecureOps N-API addon surface: plain Rust audit entrypoints the napi-derive wrappers expose to the TS shim (Ring 1).
# 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 = "2021"
rust-version = "1.77"
name = "secureops-napi"
version = "0.0.1"
authors = ["Adversa AI <https://adversa.ai>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SecureOps N-API addon surface: plain Rust audit entrypoints the napi-derive wrappers expose to the TS shim (Ring 1)."
homepage = "https://github.com/aryasoni98/secureops#readme"
readme = false
license = "MIT"
repository = "https://github.com/aryasoni98/secureops"

[lib]
name = "secureops_napi"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.napi]
version = "2"
features = [
    "napi6",
    "async",
    "serde-json",
]
default-features = false

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

[dependencies.secureops-checks]
version = "0.0.1"

[dependencies.secureops-core]
version = "0.0.1"

[dependencies.secureops-fs]
version = "0.0.1"

[dependencies.secureops-harden]
version = "0.0.1"

[dependencies.secureops-intel]
version = "0.0.1"

[dependencies.secureops-monitors]
version = "0.0.1"

[dependencies.serde_json]
version = "1"

[dependencies.time]
version = "0.3"
features = ["formatting"]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
    "net",
    "sync",
    "signal",
    "time",
]

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