squawk-wasm 2.38.0

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

[features]
default = ["console_error_panic_hook"]

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

[dependencies.console_error_panic_hook]
version = "0.1.7"
optional = true

[dependencies.console_log]
version = "1.0.0"

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

[dependencies.log]
version = "0.4.25"

[dependencies.rowan]
version = "0.15.15"

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

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

[dependencies.squawk-ide]
version = "2.38.0"

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

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

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

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

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

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

[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"