[package]
name = "wasm4pm"
description = "Process Mining in WebAssembly - High-Speed Algorithms for Browser and Node.js"
repository = "https://github.com/seanchatmangpt/wasm4pm"
license = "BUSL-1.1"
authors = "wasm4pm contributors"
keywords = ["process-mining", "wasm", "webassembly", "process-discovery", "conformance"]
categories = ["wasm", "algorithms", "data-analysis"]
[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = "debuginfo"
wasm-opt = false