squawk-wasm 2.34.0

Linter for Postgres migrations & SQL
Documentation
[dependencies.console_error_panic_hook]
optional = true
version = "0.1.7"

[dependencies.console_log]
version = "1.0.0"

[dependencies.line-index]
version = "0.1.2"

[dependencies.log]
version = "0.4.25"

[dependencies.serde]
features = ["derive"]
version = "1.0.215"

[dependencies.serde-wasm-bindgen]
version = "0.6.5"

[dependencies.squawk-lexer]
version = "2.34.0"

[dependencies.squawk-linter]
version = "2.34.0"

[dependencies.squawk-syntax]
version = "2.34.0"

[dependencies.wasm-bindgen]
version = "0.2.100"

[dependencies.web-sys]
features = ["Window"]
version = "0.3.77"

[dev-dependencies.wasm-bindgen-test]
version = "0.3.34"

[features]
default = ["console_error_panic_hook"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "squawk_wasm"
path = "src/lib.rs"

[lints.clippy]
collapsible_else_if = "allow"
collapsible_if = "allow"
doc_markdown = "deny"
explicit_iter_loop = "deny"
manual_let_else = "deny"
needless_return = "allow"
too_many_arguments = "allow"

[package]
authors = ["Squawk Team & Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Linter for Postgres migrations & SQL"
documentation = "https://squawkhq.com/docs/"
edition = "2024"
homepage = "https://squawkhq.com"
license = "Apache-2.0 OR MIT"
name = "squawk-wasm"
readme = "README.md"
repository = "https://github.com/sbdchd/squawk"
resolver = "2"
rust-version = "1.90.0"
version = "2.34.0"