[package]
edition = "2024"
name = "jsdet-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core WASM-sandboxed JavaScript detonation engine"
homepage = "https://github.com/santh-security/jsdet"
documentation = "https://docs.rs/jsdet-core"
readme = false
license = "MIT"
repository = "https://github.com/santh-security/jsdet"
resolver = "2"
[lib]
name = "jsdet_core"
path = "src/lib.rs"
[[test]]
name = "adversarial"
path = "tests/adversarial.rs"
[[test]]
name = "adversarial_jsdet"
path = "tests/adversarial_jsdet.rs"
[[test]]
name = "e2e"
path = "tests/e2e.rs"
[[test]]
name = "npm_malware_integration_tests"
path = "tests/npm_malware_integration_tests.rs"
[[test]]
name = "property"
path = "tests/property.rs"
[[test]]
name = "sandbox_adversarial"
path = "tests/sandbox_adversarial.rs"
[[test]]
name = "taint"
path = "tests/taint.rs"
[[test]]
name = "throughput"
path = "tests/throughput.rs"
[dependencies.anyhow]
version = "1"
[dependencies.petgraph]
version = "0.7"
default-features = false
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.vulnir]
version = "0.1.0"
[dependencies.wasmtime]
version = "43"
[dev-dependencies.proptest]
version = "1.6"