# 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" name = "chidori-static-analysis" version = "0.1.3" authors = ["Colton Pierson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Chidori Static Analysis is part of the Chidori framework, this identifies the exposure of values in JavaScript, TypeScript and Python code in order to support wiring dependent code together" homepage = "https://docs.thousandbirds.ai" readme = "README.md" license = "MIT" repository = "https://github.com/ThousandBirdsInc/chidori" [lib] name = "chidori_static_analysis" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "chidori-static-analysis" path = "src/main.rs" [[test]] name = "web" path = "tests/web.rs" [dependencies.anyhow] version = "1.0" default-features = false [dependencies.console_error_panic_hook] version = "0.1.7" optional = true [dependencies.indoc] version = "1.0.3" [dependencies.insta] version = "1.38.0" features = [ "yaml", "redactions", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.petgraph] version = "0.6.3" [dependencies.rustpython-parser] version = "0.3.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.4" [dependencies.serde_yaml] version = "0.9.25" [dependencies.swc_common] version = "0.33.14" features = [ "tty-emitter", "arbitrary", ] [dependencies.swc_ecma_ast] version = "0.111.0" features = ["arbitrary"] [dependencies.swc_ecma_parser] version = "0.142.0" features = ["typescript"] [dependencies.thiserror] version = "1.0.58" [dependencies.wasm-bindgen] version = "0.2.89" features = [] [dev-dependencies.wasm-bindgen-test] version = "0.3.34" [features] default = ["console_error_panic_hook"]