mq-check 0.5.21

Type checker for mq
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"
name = "mq-check"
version = "0.5.21"
authors = ["Takahiro Sato <harehare1110@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type checker for mq"
homepage = "https://mqlang.org/"
readme = "README.md"
keywords = [
    "markdown",
    "jq",
    "query",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/harehare/mq"

[features]
cli = [
    "dep:clap",
    "dep:colored",
    "dep:url",
]

[lib]
name = "mq_check"
path = "src/lib.rs"

[[bin]]
name = "mq-check"
path = "src/main.rs"
required-features = ["cli"]

[[test]]
name = "error_location_test"
path = "tests/error_location_test.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[test]]
name = "type_errors_test"
path = "tests/type_errors_test.rs"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]
optional = true

[dependencies.colored]
version = "3.1.1"
optional = true

[dependencies.itertools]
version = "0.14.0"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.mq-hir]
version = "0.5.21"

[dependencies.mq-lang]
version = "0.5.21"
features = [
    "cst",
    "file-io",
]

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.slotmap]
version = "1.1.1"

[dependencies.smol_str]
version = "0.3.6"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5.8"
optional = true

[dev-dependencies.rstest]
version = "0.26.1"