# 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 = "2018" rust-version = "1.63" name = "ast-grep-wasm" version = "0.1.5" authors = ["HerringtonDarkholme <2883231+HerringtonDarkholme@users.noreply.github.com>"] description = "Search and Rewrite code at large scale using precise AST pattern" readme = "README.md" keywords = [ "ast", "pattern", "codemod", "search", "rewrite", ] license = "MIT" repository = "https://github.com/ast-grep/ast-grep" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.ast-grep-config] version = "0.1.5" [dependencies.ast-grep-core] version = "0.1.5" [dependencies.console_error_panic_hook] version = "0.1.7" optional = true [dependencies.once_cell] version = "1.14.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tree-sitter] version = "0.9" package = "tree-sitter-facade" [dependencies.wasm-bindgen] version = "0.2.81" features = ["serde-serialize"] [dependencies.wasm-bindgen-futures] version = "0.4.31" [dependencies.web-tree-sitter-sys] version = "1.3.0" [dependencies.wee_alloc] version = "0.4.5" [dev-dependencies.wasm-bindgen-test] version = "0.3.13" [features] default = []