# 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 = "does-it-throw-wasm" version = "0.1.0" description = "LSP server wasm binding for does-it-throw" homepage = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md" documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md" license = "MIT" repository = "https://github.com/michaelangeloio/does-it-throw" [profile.release] lto = true [lib] crate-type = ["cdylib"] [dependencies.does-it-throw] version = "0.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6.1" [dependencies.serde_json] version = "1.0.64" [dependencies.swc_common] version = "0.33" [dependencies.swc_ecma_ast] version = "0.110.0" [dependencies.swc_ecma_parser] version = "0.141.3" [dependencies.swc_ecma_visit] version = "0.96" [dependencies.wasm-bindgen] version = "0.2.74" [dev-dependencies.mockall] version = "0.11.4"