[package] authors = ["yuuangzhang"] edition = "2021" name = "rs-parse-snapshot" version = "1.0.6" description = "parse v8 heapsnapshot to serialized node info json " license = "MIT" [dependencies] lazy_static = "1.4.0" chrono = "0.4" serde = { version = "1.0", features = ["derive", "rc"] } serde_json = "1.0" petgraph = "^0.6.2" yuuang_dominators = "^0.6.3" wasm-bindgen = "0.2.63" rayon = "1.6.0" [dev-dependencies]