# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nest_analyzer" version = "0.0.1" authors = ["Divy Srivastava "] description = "Analyze and Detect broken and malicious JS/TS modules." license = "MIT" [lib] name = "nest_analyzer" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.11" [dependencies.regex] version = "1.3.9" [dependencies.serde] version = "1.0.88" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.swc_atoms] version = "0.2.2" [dependencies.swc_common] version = "=0.7.0" [dependencies.swc_ecma_ast] version = "=0.26.0" [dependencies.swc_ecma_parser] version = "=0.31.0" [dependencies.swc_ecma_visit] version = "0.11.0"